Skip to content

Instantly share code, notes, and snippets.

@tomoh1r
Created November 6, 2011 01:10
Show Gist options
  • Select an option

  • Save tomoh1r/1342308 to your computer and use it in GitHub Desktop.

Select an option

Save tomoh1r/1342308 to your computer and use it in GitHub Desktop.
easy_install -U all みたいな
easy_install -U `python -c "for dist in [dist for dist in __import__('pkg_resources').working_set if dist.project_name != 'Python']: print dist.project_name"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment