diff options
author | tarek <none@none> | 2009-07-22 18:08:15 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-07-22 18:08:15 +0200 |
commit | 3721924c2ee8b3051e28d678d4fa0fc92866577d (patch) | |
tree | c89d4b184864d5cc3e6dfdc6d64c9cd51030f364 | |
parent | 2be8a41fed38f9375760d9322edcca5218db05d2 (diff) | |
download | external_python_setuptools-3721924c2ee8b3051e28d678d4fa0fc92866577d.tar.gz external_python_setuptools-3721924c2ee8b3051e28d678d4fa0fc92866577d.tar.bz2 external_python_setuptools-3721924c2ee8b3051e28d678d4fa0fc92866577d.zip |
added a note for manual uninstallation of setuptools.pth
--HG--
branch : distribute
extra : rebase_source : 092a22b386e15788f4fbf8fe249a9ef94a7e47f2
-rwxr-xr-x | README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ Distribute can be removed like this: - run `easy_install -m Distribute`. This will remove the Distribute reference from `easy-install.pth` *or* 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 If Setuptools was installed before you installed Distribute: |