diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-20 16:26:27 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-20 16:26:27 (GMT) |
commit | ac0a21abeb04c019964117134189875dac265305 (patch) | |
tree | 9fbc1c603f433c3945e7db8638ccc991ee07c6c6 /Mac | |
parent | 94a71aba523d88194daf4679b22a8d14746f07e0 (diff) | |
download | cpython-ac0a21abeb04c019964117134189875dac265305.zip cpython-ac0a21abeb04c019964117134189875dac265305.tar.gz cpython-ac0a21abeb04c019964117134189875dac265305.tar.bz2 |
Added a note about removing unwanted sys.path stuff
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/ReadMeOrSuffer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/ReadMeOrSuffer b/Mac/ReadMeOrSuffer index 93cf29a..3e5589a 100644 --- a/Mac/ReadMeOrSuffer +++ b/Mac/ReadMeOrSuffer @@ -74,6 +74,8 @@ PPC users have a couple of applets in the main folder they may want to try, - EditPythonPrefs allows you to edit the preferences file, to change the python home folder or modify the initial sys.path setting. + The default settings are "liberal", you can remove stdwin and tkinter if + you don't use them, and Mac:Lib:... if you don't have a source distribution. - RunLibScript allows you to run any script as __main__ after setting arguments, changing stdin/stdout/workdir, etc. - For PPC only, mkapplet creates a python applet, a tiny application written |