Don't recommend unzipping in the root.

This commit is contained in:
Guido van Rossum 1996-10-21 14:54:59 +00:00
parent 22a67707e9
commit d8b4dd6c25
1 changed files with 9 additions and 15 deletions

View File

@ -11,12 +11,12 @@ http://www.python.org/.
To install To install
---------- ----------
Unzip the archive in the root of a file system with enough space. It Unzip the archive on a file system with enough space. It will create
will create a directory \Python1.4b3 containing subdirectories Bin and a directory Python1.4b3 containing subdirectories Bin and Lib and some
Lib and some files, including setup.bat, setup.py, uninstall.bat, and files, including setup.bat, setup.py, uninstall.bat, and uninstall.py.
uninstall.py. (If you don't have a zip program that supports long (If you don't have a zip program that supports long filenames, get the
filenames, get the file winzip95.exe and install it -- this is WinZip file winzip95.exe and install it -- this is WinZip 6.1 for 32-bit
6.1 for 32-bit Windows systems.) Windows systems.)
Run the SETUP.BAT file found in directory just created. When it is Run the SETUP.BAT file found in directory just created. When it is
done, press Enter. done, press Enter.
@ -44,21 +44,15 @@ NT. Don't use an older version.
Using the control panel, set the TCL_LIBRARY and TK_LIBRARY Using the control panel, set the TCL_LIBRARY and TK_LIBRARY
environment variables. E.g. if you installed Tcl/Tk in C:\TCL (the environment variables. E.g. if you installed Tcl/Tk in C:\TCL (the
default suggested by the installer), set TCL_LIBRARY to default suggested by the installer), set TCL_LIBRARY to
"C:\TCL\lib\tcl7.5" and set TK_LIBRARY to "C:\TCL\lib\tk4.1". "C:\TCL\lib\tcl7.5" and set TK_LIBRARY to "C:\TCL\lib\tk4.1". Also
add the directory "C:\TCL\bin" (or whereever the Tcl bin directory
ended up) to the PATH environment variable.
On Windows '95, you need to edit AUTOEXEC.BAT for this, e.g. by adding On Windows '95, you need to edit AUTOEXEC.BAT for this, e.g. by adding
the lines the lines
SET TCL_LIBRARY=C:\Program Files\TCL\lib\tcl7.5 SET TCL_LIBRARY=C:\Program Files\TCL\lib\tcl7.5
SET TK_LIBRARY=C:\Program Files\TCL\lib\tk4.1 SET TK_LIBRARY=C:\Program Files\TCL\lib\tk4.1
(substituting the actual location of the TCL installation directory).
On Windows '95, you also need to add the directory "C:\TCL\bin" (or
whereever the Tcl bin directory ended up) to the PATH environment
variable in the AUTOEXEC.BAT file. Do this by editing the
AUTOEXEC.BAT file, e.g. by adding this line to the end:
SET PATH="%PATH%";"C:\Program Files\TCL\bin" SET PATH="%PATH%";"C:\Program Files\TCL\bin"
(substituting the actual location of the TCL installation directory). (substituting the actual location of the TCL installation directory).