To install python modules to your home directory this is what I have done:
- change directory to the uncompressed folder of the module needed to be installed
- python setup.py install --home=$HOME
To install python modules to your home directory this is what I have done: