Skip to content

Instantly share code, notes, and snippets.

@hcosta
Created May 3, 2014 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hcosta/e6c4a1e784ce5c8fae21 to your computer and use it in GitHub Desktop.
Save hcosta/e6c4a1e784ce5c8fae21 to your computer and use it in GitHub Desktop.
Export pip list
pip freeze > requirements.txt
$ virtualenv <env_name>
$ source <env_name>/bin/activate
(<env_name>)$ pip install -r path/to/requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment