Docs: fixing an issue with being unable to install with distribute installed already

Basically, use "python bootstrap.py --distribute" if you get DistributionNotFound: distribute
This commit is contained in:
Christopher Allan Webber 2011-07-17 11:36:56 -05:00
parent dd33ed06fb
commit 63fd974b4c

View File

@ -197,6 +197,18 @@ If it's installed, check the mongodb log. On my machine, that's
Then delete the lock file and relaunch mongodb.
pkg_resources.DistributionNotFound: distribute
----------------------------------------------
If you get this while running buildout::
pkg_resources.DistributionNotFound: distribute
Try this commmand instead::
python bootstrap.py --distribute && ./bin/buildout
Wiping your user data
=====================