@@ -73,6 +73,8 @@ key features:
7373 Popular modules (such as PyWin32) with their respective documentation, tool
7474 suite for building extensible python applications
7575
76+ Notice that these packages are likely to install *older * versions of Python.
77+
7678
7779
7880Configuring Python
@@ -85,10 +87,11 @@ settings in Windows.
8587Excursus: Setting environment variables
8688---------------------------------------
8789
88- Windows has a built-in dialog for changing environment variables: Right-click
89- the icon for your machine (usually located on your Desktop and called "My
90- Computer") and choose :menuselection: `Properties ` there. Then, open the
91- :guilabel: `Advanced ` tab and click the :guilabel: `Environment Variables ` button.
90+ Windows has a built-in dialog for changing environment variables (following
91+ guide applies to XP classical view): Right-click the icon for your machine
92+ (usually located on your Desktop and called "My Computer") and choose
93+ :menuselection: `Properties ` there. Then, open the :guilabel: `Advanced ` tab
94+ and click the :guilabel: `Environment Variables ` button.
9295
9396In short, your path is:
9497
@@ -107,7 +110,8 @@ command::
107110 set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
108111
109112To make this setting permanent, you could add the corresponding command line to
110- your :file: `autoexec.bat `.
113+ your :file: `autoexec.bat `. :program: `msconfig ` is a graphical interface to this
114+ file.
111115
112116Viewing environment variables can also be done more straight-forward: The
113117command prompt will expand strings wrapped into percent signs automatically::
@@ -124,6 +128,9 @@ Consult :command:`set /?` for details on this behaviour.
124128 http://support.microsoft.com/kb/310519
125129 How To Manage Environment Variables in Windows XP
126130
131+ http://www.chem.gla.ac.uk/~louis/software/faq/q1.html
132+ Setting Environment variables, Louis J. Farrugia
133+
127134
128135Finding the Python executable
129136-----------------------------
0 commit comments