-
Poetry:
poetry shell
-
Python venv:
source venv/bin/activate # On Unix or MacOS .\venv\Scripts\activate # On Windows
-
virtualenv:
source myenv/bin/activate # On Unix or MacOS .\myenv\Scripts\activate # On Windows
-
virtualenvwrapper:
workon myenv
-
Direct path modification:
export PATH="/path/to/venv/bin:$PATH" # On Unix or MacOS set PATH=C:\path\to\venv\Scripts;%PATH% # On Windows
Last active
July 22, 2024 20:47
-
-
Save matthewdeanmartin/f410b0e1965196f5365376d5481626dc to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment