Created
November 4, 2011 23:51
-
-
Save wraithan/1340820 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| root@third:~# sudo -u user virtualenv /tmp/meh | |
| New python executable in /tmp/meh/bin/python | |
| Installing setuptools............done. | |
| Installing pip......... | |
| Complete output from command /tmp/meh/bin/python /tmp/meh/bin/easy_install /usr/local/lib/pytho...ort/pip-1.0.1.tar.gz: | |
| Processing pip-1.0.1.tar.gz | |
| Running pip-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-B5WxiE/pip-1.0.1/egg-dist-tmp-_31gSV | |
| warning: no files found matching '*.html' under directory 'docs' | |
| warning: no previously-included files matching '*.txt' found under directory 'docs/_build' | |
| no previously-included directories found matching 'docs/_build/_sources' | |
| error: /root: Permission denied | |
| ---------------------------------------- | |
| ...Installing pip...done. | |
| Traceback (most recent call last): | |
| File "/usr/local/bin/virtualenv", line 9, in <module> | |
| load_entry_point('virtualenv==1.6.1', 'console_scripts', 'virtualenv')() | |
| File "/usr/local/lib/python2.6/dist-packages/virtualenv.py", line 795, in main | |
| never_download=options.never_download) | |
| File "/usr/local/lib/python2.6/dist-packages/virtualenv.py", line 897, in create_environment | |
| install_pip(py_executable, search_dirs=search_dirs, never_download=never_download) | |
| File "/usr/local/lib/python2.6/dist-packages/virtualenv.py", line 633, in install_pip | |
| filter_stdout=_filter_setup) | |
| File "/usr/local/lib/python2.6/dist-packages/virtualenv.py", line 863, in call_subprocess | |
| % (cmd_desc, proc.returncode)) | |
| OSError: Command /tmp/meh/bin/python /tmp/meh/bin/easy_install /usr/local/lib/pytho...ort/pip-1.0.1.tar.gz failed with error code 1 | |
| root@third:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment