diff options
| author | tarek <none@none> | 2009-08-08 21:10:11 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-08 21:10:11 +0200 |
| commit | 96f2536dcc1056dffa72f0877f1683b6633440f0 (patch) | |
| tree | 19b9e79451aca738677aa72cf67a444a97be61c6 /docs/easy_install.txt | |
| parent | def1a4f577242d326a93268c2851e2b3f48c5329 (diff) | |
| download | external_python_setuptools-96f2536dcc1056dffa72f0877f1683b6633440f0.tar.gz external_python_setuptools-96f2536dcc1056dffa72f0877f1683b6633440f0.tar.bz2 external_python_setuptools-96f2536dcc1056dffa72f0877f1683b6633440f0.zip | |
bootstrapping.py -> distribute_setup.py
--HG--
branch : distribute
extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
Diffstat (limited to 'docs/easy_install.txt')
| -rw-r--r-- | docs/easy_install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 4461ad31..ff0ad3d8 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -94,7 +94,7 @@ 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 -``bootstrapping.py`` to control where ``easy_install.exe`` will be installed. +``distribute_setup.py`` to control where ``easy_install.exe`` will be installed. @@ -1111,7 +1111,7 @@ already have them:: install_lib = ~/py-lib install_scripts = ~/bin -Be sure to do this *before* you try to run the ``bootstrapping.py`` +Be sure to do this *before* you try to run the ``distribute_setup.py`` installation script. Then, follow the standard `installation instructions`_, but make sure that ``~/py-lib`` is listed in your ``PYTHONPATH`` environment variable. |
