Skip to content

Instantly share code, notes, and snippets.

@nebtrx
Created December 30, 2015 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebtrx/1d51dce6f5ae96db3cd2 to your computer and use it in GitHub Desktop.
Save nebtrx/1d51dce6f5ae96db3cd2 to your computer and use it in GitHub Desktop.
Python Virtual Env Steps
$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
..
..
..
$ deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment