Python on a thumbdrive

Christophe Cavalaria chris.cavalaria at free.fr
Sat Jun 5 17:18:15 EDT 2004


TuxTrax wrote:

> I tried setting pythonhome from Bash:
> 
> PYTHONHOME="/mnt/sda1/python/python2.3"

If you did it like that it's a mistake :

$ PYTHONHOME="/mnt/sda1/python/python2.3"
$ /mnt/sda1/python/python

Do that instead :
$ export PYTHONHOME="/mnt/sda1/python/python2.3"
$ /mnt/sda1/python/python



More information about the Python-list mailing list