Skip to content

Commit 43c44d2

Browse files
author
georg.brandl
committed
Update to windows doc from Robert.
git-svn-id: http://svn.python.org/projects/python/trunk@59406 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent bd27e54 commit 43c44d2

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

Doc/using/windows.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7880
Configuring Python
@@ -85,10 +87,11 @@ settings in Windows.
8587
Excursus: 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

9396
In short, your path is:
9497

@@ -107,7 +110,8 @@ command::
107110
set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
108111

109112
To 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

112116
Viewing environment variables can also be done more straight-forward: The
113117
command 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

128135
Finding the Python executable
129136
-----------------------------

0 commit comments

Comments
 (0)