diff options
Diffstat (limited to 'docs/easy_install.txt')
-rw-r--r-- | docs/easy_install.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index e3b569e2..4461ad31 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -93,8 +93,8 @@ Note that instead of changing your ``PATH`` to include the Python scripts directory, you can also retarget the installation location for scripts so they go on a directory that's already on the ``PATH``. For more information see the sections below on `Command-Line Options`_ and `Configuration Files`_. You -can pass command line options (such as ``--script-dir``) to ``ez_setup.py`` to -control where ``easy_install.exe`` will be installed. +can pass command line options (such as ``--script-dir``) to +``bootstrapping.py`` to control where ``easy_install.exe`` will be installed. @@ -1111,9 +1111,10 @@ already have them:: install_lib = ~/py-lib install_scripts = ~/bin -Be sure to do this *before* you try to run the ``ez_setup.py`` installation -script. Then, follow the standard `installation instructions`_, but make -sure that ``~/py-lib`` is listed in your ``PYTHONPATH`` environment variable. +Be sure to do this *before* you try to run the ``bootstrapping.py`` +installation script. Then, follow the standard `installation instructions`_, +but make sure that ``~/py-lib`` is listed in your ``PYTHONPATH`` environment +variable. Your library installation directory *must* be in listed in ``PYTHONPATH``, not only when you install packages with EasyInstall, but also when you use |