Created
March 30, 2016 12:23
-
-
Save hjhjw1991/b087e62cb8e4d868ba7589f6daeca2ca to your computer and use it in GitHub Desktop.
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
# upgrade all pip packages. need sudo permission. path of pip should be modified | |
pip freeze --local|grep -v '^-e' | cut -d = -f 1 | xargs sudo /usr/local/bin/pip install -U |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On mac, remove "sudo". If using python3, change pip to pip3