Installing python modules to your home directory and then using them!

Mar 06 2009 Published by aaron under Uncategorized

To install python modules to your home directory this is what I have done:

  1. change directory to the uncompressed folder of the module needed to be installed
  2. python setup.py install --home=$HOME

No responses yet

Leave a Reply