Created
October 19, 2011 00:20
-
-
Save barik/1297147 to your computer and use it in GitHub Desktop.
distribute-install
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
== Installing Distribute... | |
!! If you get a permissions error in the "After install bootstrap" | |
section, ignore it. It will still work. | |
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz | |
Extracting in /tmp/tmpP52nRy | |
Now working in /tmp/tmpP52nRy/distribute-0.6.24 | |
Installing Distribute | |
Before install bootstrap. | |
Scanning installed packages | |
No setuptools distribution found | |
running install | |
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: | |
[Errno 2] No such file or directory: '/afs/unity.ncsu.edu/users/t/tbarik/.local/lib/python2.6/site-packages/test-easy-install-6658.write-test' | |
The installation directory you specified (via --install-dir, --prefix, or | |
the distutils default setting) was: | |
/afs/unity.ncsu.edu/users/t/tbarik/.local/lib/python2.6/site-packages/ | |
This directory does not currently exist. Please create it and try again, or | |
choose a different installation directory (using the -d or --install-dir | |
option). | |
Something went wrong during the installation. | |
See the error message above. | |
== Installing pip... | |
distribute_installer.sh: line 36: /afs/unity.ncsu.edu/users/t/tbarik/.local/bin/easy_install-2.6: No such file or directory | |
== Installing virtualenv... | |
distribute_installer.sh: line 40: /afs/unity.ncsu.edu/users/t/tbarik/.local/bin/pip-2.6: No such file or directory | |
== Cleaning up... | |
== Done! To use your new Python tools, add to your $PATH: | |
/afs/unity.ncsu.edu/users/t/tbarik/.local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment