diff options
author | Guido van Rossum <guido@python.org> | 1997-12-17 21:27:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-17 21:27:23 (GMT) |
commit | ffeb5938167a7f417c08cd63c8bf722fc61c88c5 (patch) | |
tree | 581b8fb413bcb1006b5f69ddde694cf10d17da2a /PC/readme.txt | |
parent | b1d368c00d708b74765f0a6a604325ff8ad1fb4f (diff) | |
download | cpython-ffeb5938167a7f417c08cd63c8bf722fc61c88c5.zip cpython-ffeb5938167a7f417c08cd63c8bf722fc61c88c5.tar.gz cpython-ffeb5938167a7f417c08cd63c8bf722fc61c88c5.tar.bz2 |
Changes for older Win platforms by Jim Ahlstrom
Diffstat (limited to 'PC/readme.txt')
-rw-r--r-- | PC/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/readme.txt b/PC/readme.txt index cdfc0a5..5cee8fd 100644 --- a/PC/readme.txt +++ b/PC/readme.txt @@ -33,7 +33,7 @@ C:/python, and copy all library files and subdirectories (using XCOPY) to C:/python/lib. Then you don't need to set PYTHONPATH. Otherwise,
set the environment variable PYTHONPATH to your Python search path.
For example,
- set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos_8x3
+ set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos-8x3
There are several add-in modules to build Python programs which use
the native Windows operating environment. The ports here just make
|