I have set a pythonpath variable in my ~/.bashrc and it works fine when using python interpreter from the command line and bpython, but IDLE is not recognizing it.

How can I configure it to load the pythonpath variable?

Thanks in advance

link|improve this question

80% accept rate
perhaps a candidate for askubuntu.com – Nigel Nov 4 '10 at 12:55
feedback

1 Answer

  • You can upgrade Ubuntu, because it works fine on my 10.10 machine with the idle-python2.7 package and PYTHONPATH set in my ~/.profile (which shouldn't matter because bash normally loads both)
  • Or you can change sys.path in /usr/bin/idle* as per Setting PYTHONPATH for idle?
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.