Skip to content

Instantly share code, notes, and snippets.

@cruepprich
Created December 30, 2021 22:11
Show Gist options
  • Save cruepprich/83fb6a4ae8034520e569ce56bf21ff3d to your computer and use it in GitHub Desktop.
Save cruepprich/83fb6a4ae8034520e569ce56bf21ff3d to your computer and use it in GitHub Desktop.
Python Virtual Environments
# 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