Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8b4dd6

Browse files
committed
Don't recommend unzipping in the root.
1 parent 22a6770 commit d8b4dd6

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

PC/setup_nt/readme.txt

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ http://www.python.org/.
1111
To install
1212
----------
1313

14-
Unzip the archive in the root of a file system with enough space. It
15-
will create a directory \Python1.4b3 containing subdirectories Bin and
16-
Lib and some files, including setup.bat, setup.py, uninstall.bat, and
17-
uninstall.py. (If you don't have a zip program that supports long
18-
filenames, get the file winzip95.exe and install it -- this is WinZip
19-
6.1 for 32-bit Windows systems.)
14+
Unzip the archive on a file system with enough space. It will create
15+
a directory Python1.4b3 containing subdirectories Bin and Lib and some
16+
files, including setup.bat, setup.py, uninstall.bat, and uninstall.py.
17+
(If you don't have a zip program that supports long filenames, get the
18+
file winzip95.exe and install it -- this is WinZip 6.1 for 32-bit
19+
Windows systems.)
2020

2121
Run the SETUP.BAT file found in directory just created. When it is
2222
done, press Enter.
@@ -44,21 +44,15 @@ NT. Don't use an older version.
4444
Using the control panel, set the TCL_LIBRARY and TK_LIBRARY
4545
environment variables. E.g. if you installed Tcl/Tk in C:\TCL (the
4646
default suggested by the installer), set TCL_LIBRARY to
47-
"C:\TCL\lib\tcl7.5" and set TK_LIBRARY to "C:\TCL\lib\tk4.1".
47+
"C:\TCL\lib\tcl7.5" and set TK_LIBRARY to "C:\TCL\lib\tk4.1". Also
48+
add the directory "C:\TCL\bin" (or whereever the Tcl bin directory
49+
ended up) to the PATH environment variable.
4850

4951
On Windows '95, you need to edit AUTOEXEC.BAT for this, e.g. by adding
5052
the lines
5153

5254
SET TCL_LIBRARY=C:\Program Files\TCL\lib\tcl7.5
5355
SET TK_LIBRARY=C:\Program Files\TCL\lib\tk4.1
54-
55-
(substituting the actual location of the TCL installation directory).
56-
57-
On Windows '95, you also need to add the directory "C:\TCL\bin" (or
58-
whereever the Tcl bin directory ended up) to the PATH environment
59-
variable in the AUTOEXEC.BAT file. Do this by editing the
60-
AUTOEXEC.BAT file, e.g. by adding this line to the end:
61-
6256
SET PATH="%PATH%";"C:\Program Files\TCL\bin"
6357

6458
(substituting the actual location of the TCL installation directory).

0 commit comments

Comments
 (0)