Skip to content

Instantly share code, notes, and snippets.

@nebtrx
Created December 30, 2015 16:14
Show Gist options
  • Select an option

  • Save nebtrx/1d51dce6f5ae96db3cd2 to your computer and use it in GitHub Desktop.

Select an option

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