diff options
author | PJ Eby <distutils-sig@python.org> | 2006-01-03 21:35:22 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-01-03 21:35:22 +0000 |
commit | a2f7cc5d1c2f6d12b5dcaf49aaa020c13f4b1cbb (patch) | |
tree | d7061d8ba94a92ce16683efb1c9c66d1745ff08d | |
parent | def626a4f5aa9c03da1fc2418fcad8055687f4b1 (diff) | |
download | external_python_setuptools-a2f7cc5d1c2f6d12b5dcaf49aaa020c13f4b1cbb.tar.gz external_python_setuptools-a2f7cc5d1c2f6d12b5dcaf49aaa020c13f4b1cbb.tar.bz2 external_python_setuptools-a2f7cc5d1c2f6d12b5dcaf49aaa020c13f4b1cbb.zip |
Tweak windows environment variable doc, per user feedback.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041908
-rwxr-xr-x | EasyInstall.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index d765728b..946e7d5b 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -98,9 +98,10 @@ you can just type ``easy_install`` as long as it's on your ``PATH``. If typing most current versions of Windows, you can change the ``PATH`` by right-clicking "My Computer", choosing "Properties" and selecting the "Advanced" tab, then clicking the "Environment Variables" button. ``PATH`` will be in the "System -Variables" section, and you will probably need to reboot for the change to take -effect. Be sure to add a ``;`` after the last item on ``PATH`` before adding -the scripts directory to it. +Variables" section, and you will need to exit and restart your command shell +(command.com, cmd.exe, bash, or other) for the change to take effect. Be sure +to add a ``;`` after the last item on ``PATH`` before adding the scripts +directory to it. Note that instead of changing your ``PATH`` to include the Python scripts directory, you can also retarget the installation location for scripts so they |