IDLE path browser not recognizing my PYTHONPATH

"Martin v. Löwis" martin at v.loewis.de
Tue Aug 14 05:30:57 EDT 2007


> I set PYTHONPATH to /home/me/bin in bash.bashrc, however the IDLE path
> browser is not recognizing this.  Not sure why.
> 
> Grateful for any insight.

The file "bash.bashrc" has no relevance. If you meant to set the
variable every time you start bash, put it into ".bashrc", in your
home directory. If that still doesn't work, type "env" before starting
idle, and inspect its output.

Regards,
Martin



More information about the Python-list mailing list