2015年7月18日 星期六

[How to] Upgrade All pip installed packages in one command

One does simply

#pip freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U
 
 

沒有留言:

張貼留言