People have access to servers as normal users (jailed actually), and they're advised - at the moment - to download whatever python packages they need, setup.py build
them, then add their location to sys.path
.
Without virutalenv, is there a way to make easy_install and pip install packages to a directory (in $PYTHONPATH
) inside of ~
?
Alternatively, can you set up a virtualenv that is always active for a given user, both in the shell and with repsect to Apache and mod_wsgi?
In short, how do you best get around the permissions problem in installing site packages?