Howto : customize the pythonpath
To set a custom pythonpath for all users, export the environment variable in /etc/profile (debian etch).
To test if it works, login at the cmd line and issue this cmd:
export PYTHONPATH=/data/libs/python2.4
To test if it works, login at the cmd line and issue this cmd:
echo $PYTHONPATH
Comments