Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yaph
Last active August 29, 2015 14:00
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 yaph/11151796 to your computer and use it in GitHub Desktop.
Save yaph/11151796 to your computer and use it in GitHub Desktop.
Update distribute and all Python virtualenvs in current directory
sudo easy_install -U distribute
find . -type d -maxdepth 1 -exec virtualenv {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment