diff options
| author | Hanno Schlichting <hanno@hannosch.eu> | 2009-08-08 12:14:21 +0100 |
|---|---|---|
| committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-08-08 12:14:21 +0100 |
| commit | def1a4f577242d326a93268c2851e2b3f48c5329 (patch) | |
| tree | 50bd0a0c14826d977700389bc49a0f6bfa284767 /docs/easy_install.txt | |
| parent | 9fc8f75bc04283b8a724e5245703fe62bdde6528 (diff) | |
| download | python-setuptools-git-def1a4f577242d326a93268c2851e2b3f48c5329.tar.gz | |
Change references to ez_setup to point to our own bootstrapping instead.
--HG--
branch : distribute
extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846
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 |
