Skip to content

update all the packages (in alphabetical order) that were installed with pip

Notifications You must be signed in to change notification settings

ariccio/update-pip-packages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

update-pip-packages

Update all the packages (in alphabetical order) that you have installed globally with pip (i.e. with sudo pip install). Runs multiple instances of pip in parallel for faster updating. Yes, multithreaded pip upgrades - now your CPU is the bottleneck ;)

Also, will install packages that are installed in an older version of python, IN a newer version of Python. Run this script in the older version with -writeToFile, and in the newer version with -readFromFile.

I wrote this because pip won't get an upgrade-all option anytime soon, and this seems to work. It's NOT a true fix for the problem - in fact it's a dirty hack - but it's a nice stopgap measure!

Enjoy multithreaded pip updates!

Alexander Riccio - alexander@riccio.com inspired by code from: Jabba Laci, 2013--2014 (jabba.laci@gmail.com) http://pythonadventures.wordpress.com/2013/05/22/update-all-pip-packages/

About

update all the packages (in alphabetical order) that were installed with pip

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Python 100.0%