Re: $PYTHONPATH

2012-04-22 Thread Matej Cepl
On 22.4.2012 06:44, Toshio Kuratomi wrote: The PYTHONPATH environment variable is what you probably want for instance in .bashrc: export PYTHONPATH=/home/badger/my/python/directory Or just in belts-and-suspenders style export PYTHONPATH=$PYTHONPATH:$HOME/my/python/directory Matěj -- test

Re: $PYTHONPATH

2012-04-21 Thread Toshio Kuratomi
On Sat, Apr 21, 2012 at 06:17:21PM -0700, Rob Healey wrote: > 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 environme