Add workaround for failing bootstrap.py.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki index dd9efb7..b3e2d2c 100644 --- a/GettingStarted.wiki +++ b/GettingStarted.wiki
@@ -288,4 +288,31 @@ {{{ sudo apt-get install python-profiler +}}} + +== setuptools-0.6c11-py2.6.egg-info: Permission denied == + +{{{ +$ python bootstrap.py +install_dir /tmp/tmp9byusF +Getting distribution for 'distribute'. +install_dir /home/sverre/code/Melange/eggs/tmp6eeuMe +Before install bootstrap. +Scanning installed packages +Setuptools installation detected at /usr/lib/python2.6/dist-packages +Non-egg installation +Removing elements out of the way... +Already patched. +/usr/lib/python2.6/dist-packages/setuptools.egg-info already patched. +After install bootstrap. +Creating /usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info + Getting distribution for 'distribute'. +Error: Couldn't install: distribute 0.6.15 +}}} + +Related: https://bugs.launchpad.net/zc.buildout/+bug/656303 +There's an easy workaround: + +{{{ +sudo easy_install distribute==0.6.15 }}} \ No newline at end of file