Wednesday, November 11, 2009

Python Setuptools "Uprade All"

Ok... so I have found an awesome way to update all python packages here:

Basically you just:

1) install yolk (easy_install yolk)

2) run: yolk -U | cut -d ' ' -f 2 | xargs easy_install

I just don't want to forget this... maybe I should put it in a bash script...

Greg

0 comments:

Post a Comment