Created
February 1, 2012 09:44
-
-
Save kiy0taka/1716191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir python | |
curl -O http://peak.telecommunity.com/dist/virtual-python.py | |
python virtual-python.py --prefix=$WORKSPACE/python | |
curl -O http://peak.telecommunity.com/dist/ez_setup.py | |
echo '[install] | |
install_lib = $WORKSPACE/python/lib | |
install_scripts = $WORKSPACE/python/bin' > ~/.pydistuils.cfg | |
export PATH=$WORKSPACE/python/bin:$PATH | |
export PYTHONPATH=$WORKSPACE/python:$WORKSPACE/python/lib | |
python ez_setup.py | |
easy_install sphinx | |
make html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CloudBeesで実行したところ、以下エラーが出てしまいました。
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was: