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:
parent
dd33ed06fb
commit
63fd974b4c
@ -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.
|
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
|
Wiping your user data
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user