Skip to content

Instantly share code, notes, and snippets.

@vixh
Created November 23, 2010 19:34
Show Gist options
  • Save vixh/712364 to your computer and use it in GitHub Desktop.
Save vixh/712364 to your computer and use it in GitHub Desktop.
sudo easy_install virtualenv
mkdir ~/virtualenvs
virtualenv ~/virtualenvs/mysite
source ~/virtualenvs/mysite/bin/activate
easy_install pip
pip -E {{ env_name }} freeze # сохраняет текущею virtualenvs
@vixh
Copy link
Author

vixh commented Jan 24, 2011

pip -E {{ env_name }} freeze

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