Skip to content

Instantly share code, notes, and snippets.

@awkale
Last active April 27, 2017 23:16
Show Gist options
  • Save awkale/69e59fbea9660a3c2997af68e13f0d8a to your computer and use it in GitHub Desktop.
Save awkale/69e59fbea9660a3c2997af68e13f0d8a to your computer and use it in GitHub Desktop.
python cheatsheet #cheatsheet
virtualenv -p python3 env
# starts virtual environment
. ./env/bin/activate
# reloads to work in virtual environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment