Skip to content

Instantly share code, notes, and snippets.

@znut
Last active June 23, 2017 04:17
Show Gist options
  • Save znut/38fe01a5c3e2f692a48ad36a7f458d4b to your computer and use it in GitHub Desktop.
Save znut/38fe01a5c3e2f692a48ad36a7f458d4b to your computer and use it in GitHub Desktop.

init

$ virtualenv --no-site-packages SOME_DIR
$ virtualenv --python=/usr/bin/python3.6 SOME_DIR
$ pip install requirements.txt

activate

$ source VIRTUAL/bin/activate

$ Scripts\activate.bat

deactivate

$ deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment