[Tutor] PYTHONPATH: where to set on Win9x

D-Man dsh8290@rit.edu
Wed, 13 Jun 2001 19:06:05 -0400


On Wed, Jun 13, 2001 at 02:48:02PM -0700, Israel Evans wrote:
| I find that I get goofy behavior in Win200 when I set PYTHONPATH to have
| more than one directory in it.  As soon as I add a second dir, Idle stops
| working.  

How are you adding a second dir?  Windows uses ';' to separate paths
in a path list (very bad for interracting in "real" (ie bash) shells
because ';' terminates a command).

-D