Snippets tagged “source-command”
1 snippet uses 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.