From 96f2536dcc1056dffa72f0877f1683b6633440f0 Mon Sep 17 00:00:00 2001 From: tarek Date: Sat, 8 Aug 2009 21:10:11 +0200 Subject: bootstrapping.py -> distribute_setup.py --HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235 --- docs/easy_install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/easy_install.txt') 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. -- cgit v1.2.3