Either I will use virtualenv as indicated in the comments on the question, or use python PYTHON_USERBASE to install modules only for your user:
In your .bashrc add:
export PYTHON_USERBASE=~/python_userbase
then download your package, extract it, go to the resulting directory and run:
python setup.py install
or just use:
pip install <package>
~/python_userbase/lib/pythonXXX/site-packages -
:
pep-0370
, , Unix, /etc/sudoers pip root. .