python modules in home dir

Laszlo Zsolt Nagy gandalf at geochemsource.com
Mon Apr 11 03:45:52 EDT 2005


wittempj at hotmail.com wrote:

>set the PYTHON_PATH to include your home directory
>  
>
Its correct name is 'PYTHONPATH'.
Under C shell:

setenv PYTHONPATH /home/yourlogin/pythonlibs

Under bourne/bash:

set PYTHONPATH=/home/yourlogin/pythonlibs
export PYTHONPATH


-- 
_________________________________________________________________
  Laszlo Nagy		      web: http://designasign.biz
  IT Consultant		      mail: gandalf at geochemsource.com

     		Python forever!





More information about the Python-list mailing list