Tuesday, January 17, 2012

Installing packages with portable python on windows

Seems to be as easy as:
1. Download and unzip <package>
2. C:\Portable Python 2.7.2.1\App\Scripts\easy_install.exe <package>


Will install into the Portable Python 2.7.2.1\App\lib\site-packages

Job done!

No comments:

Post a Comment