Upgrading Python Packages

Shaun Stanislaus
1 min readJan 13, 2017
pip freeze | cut -d = -f 1 | xargs -n 1 pip search | grep -B2 'LATEST:'pip freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs pip install -U

latest python version are using `pip2` , please refrain from using pip if you are on version 2.7.13 and above.

--

--

Shaun Stanislaus

An Entrepreneur/Technopreneur with a little knowledge of everything. Full-stack developer, SRE, DevOps execute ideas and pivot, bringing it to then next level.