Anaconda Create environment:
// Below is the environment for creating Python =3.6, called Py36
Conda create-n py36 Python =3.6
Delete the environment (don’t delete the environment)
conda remove -n py36 –all
Activate the environment
// The next py36 is an environment name
Conda activate Py36 (the previous version of Conda4 was: Source activate Py36)
Out of the environment
Conda Deactivate (the previous version of Conda4 was: Source Deactivate)
Read More:
- Anaconda builds a new environment and installs sklearn, numpy and other modules
- Configuration of OpenGL development environment under Windows environment, win10 + vs2019 + glfw + glad
- Pychar configures Anaconda environment
- Solving environment: failed solution to the problem encountered when updating Anaconda
- Installing Jieba in Anaconda environment
- CONDA failed to create environment (collecting package metadata(repodata.json): failed)
- How to solve “import cv2 failed ImportError: DLL load fail: Cannot find the specified module” in Anaconda environment
- The problem of unable to install win32gui in building Anaconda environment in pychar
- Quickly create a local typescript running environment.
- CONDA creating virtual environment and common CONDA commands
- After canceling the startup of Ubuntu terminal, it will automatically enter the base environment of CONDA
- Solve the problem of Python in Windows environment: Fatal error in launcher: Unable to create process using’”‘ in pip installation
- Using CONDA virtual environment in pychar
- Setting up a virtual environment for jupyter notebook
- Virtual environment: error: virtualenv is not compatible with this system or executable
- An error commandnotfounderror (to initialize your shell) is reported when activating the virtual environment
- Jupyter notebook couldn’t find CONDA’s virtual environment
- Configuring OpenGL environment on Mac OS
- Solve CONDA’s “solving environment: failed” problem
- OpenGL development environment configuration [vs2017] + common problems