[Pythonmac-SIG] setting search path on OS 9 behind $(PYTHON)
Russell E Owen
owen@astro.washington.edu
Tue, 10 Jul 2001 13:09:29 -0700
>lets say i have three disks
>sys
>apps
>stuff
>
>and i want to make a folder called scripts on another disk, or even
>if i put my scripts on sys with my python distribution, but put it
>not in the Python 2.1 folder but a folder "behind" (as in not down
>the Python 2.1 folder's path) how do i specify that in the
>EditPythonPrefs thingy?...
I believe the correct notation for absolute paths on the Mac is to
start with the disk name, hence try:
sys:scripts
-- Russell