Created
November 6, 2011 01:10
-
-
Save tomoh1r/1342308 to your computer and use it in GitHub Desktop.
easy_install -U all みたいな
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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