Howto : customize the pythonpath

To set a custom pythonpath for all users, export the environment variable in /etc/profile (debian etch).
export PYTHONPATH=/data/libs/python2.4

To test if it works, login at the cmd line and issue this cmd:
echo $PYTHONPATH

Comments

Popular posts from this blog

Handling control characters (escaping) in python for json and mysql

python port sniffer with pcapy and impacket

Django field, form and model validation process