diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-03-13 13:10:52 -0500 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-03-13 13:10:52 -0500 |
| commit | 9b4f204172ebab821cb677c978625c2e2479de5e (patch) | |
| tree | 076bce6f0045ee43746cbb1d99032860ad8981b8 | |
| parent | 2cb36ad98366b3cad72f2be6b7a55fb51b43677c (diff) | |
| download | python-setuptools-git-9b4f204172ebab821cb677c978625c2e2479de5e.tar.gz | |
removing the easy_install installation process -- too much problem with sandboxing violations through easy_install
--HG--
branch : distribute
extra : rebase_source : e1528eb57170fd7dc5edf318eb56f0e7683c3332
| -rwxr-xr-x | README.txt | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -68,9 +68,8 @@ Installation Instructions Distribute is only released as a source distribution. -It can be installed using easy_install or pip, and can be done so with the source -tarball, the eggs distribution, or by using the ``distribute_setup.py`` script -provided online. +It can be installed using pip, and can be done so with the source tarball, +or by using the ``distribute_setup.py`` script provided online. ``distribute_setup.py`` is the simplest and preferred way on all systems. @@ -88,20 +87,13 @@ If your shell has the ``curl`` program you can do:: Notice this file is also provided in the source release. -easy_install or pip -=================== +pip +=== Run easy_install or pip:: - $ easy_install -U distribute $ pip install distribute -If you want to install the latest dev version, you can also run:: - - $ easy_install -U distribute==dev - -This will get the latest development version at: http://bitbucket.org/tarek/distribute/get/0.6-maintenance.zip#egg=distribute-dev - Source installation =================== @@ -128,8 +120,6 @@ Distribute is installed in three steps: Distribute can be removed like this: -- run ``easy_install -m Distribute``. This will remove the Distribute reference - from ``easy-install.pth``. Otherwise, edit the file and remove it yourself. - remove the ``distribute*.egg`` file located in your site-packages directory - remove the ``setuptools.pth`` file located in you site-packages directory - remove the easy_install script located in you ``sys.prefix/bin`` directory |
