Created
December 30, 2021 22:11
-
-
Save cruepprich/83fb6a4ae8034520e569ce56bf21ff3d to your computer and use it in GitHub Desktop.
Python Virtual Environments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create new virtual environment | |
# cd VirtualEnvironments | |
# python3 -m venv mycoolapp | |
# $ . venv mycoolapp | |
source ~/VirtualEnvironments/$1/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment