$PYTHONPATH

Rob Healey robhealey1 at gmail.com
Sun Apr 22 01:17:21 UTC 2012


Greetings:

This is probably a very naive/ general question, but I still do NOT
know the answer???

I need to make a permanent addition to the $PYTHONPATH variable!  I
need to append to the environment variable...

I knowe in the python interactive command line:

import os
sys.path.append(os.getcwd()) works in python, but I need to append to
this variable from the command line or from my .bashrc file ...

-- 
Sincerely yours,
Rob G. Healey


More information about the test mailing list