Snippets tagged “deactivate”
3 snippets use this tag.
- How to activate virtualenv in Linux?Python
To activate a virtual environment in Linux, you can use the source command and the path to the activate script that is located in the virtual environment's bin directory.
- How to leave/exit/deactivate a Python virtualenvPython
To leave a Python virtual environment, you can use the deactivate command.
- Removing Conda environmentPython
To remove a conda environment, you can use the following command: