Skip to content

Instantly share code, notes, and snippets.

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 ivanionut/acd080ad59b20ce6b0907023f5379c00 to your computer and use it in GitHub Desktop.
Save ivanionut/acd080ad59b20ce6b0907023f5379c00 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