Created
May 27, 2010 22:04
-
-
Save garybernhardt/416420 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
failbowl:temp $ deactivate; rm -rf env && pip install -E env dingus && . env/bin/activate && ls -l env/lib/python2.6/site-packages | |
zsh: command not found: deactivate | |
Creating new virtualenv environment in env | |
New python executable in env/bin/python | |
Installing setuptools...done..... | |
Complete output from command /Users/grb/temp/env/bin/python /Users/grb/temp/env/bin/easy_install /opt/local/Library/Frameworks/...ar.gz: | |
Processing pip-0.7.2.tar.gz | |
Running pip-0.7.2/setup.py -q bdist_egg --dist-dir /var/folders/Vr/Vrnubf6zGE4qOl6GIOQjh++++TI/-Tmp-/easy_install-AFWiid/pip-0.7.2/egg-dist-tmp-72Ag6W | |
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' | |
warning: build_py: byte-compiling is disabled, skipping. | |
warning: install_lib: byte-compiling is disabled, skipping. | |
error: byte-compiling is disabled. | |
---------------------------------------- | |
Traceback (most recent call last): | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pip", line 8, in <module> | |
load_entry_point('pip==0.7.2', 'console_scripts', 'pip')() | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/__init__.py", line 94, in main | |
return command.main(initial_args, args[1:], options) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/basecommand.py", line 103, in main | |
complete_args) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/venv.py", line 33, in restart_in_venv | |
virtualenv.create_environment(venv, site_packages=site_packages) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/virtualenv-1.4.9-py2.6.egg/virtualenv.py", line 618, in create_environment | |
install_pip(py_executable) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/virtualenv-1.4.9-py2.6.egg/virtualenv.py", line 390, in install_pip | |
filter_stdout=_filter_setup) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/virtualenv-1.4.9-py2.6.egg/virtualenv.py", line 587, in call_subprocess | |
% (cmd_desc, proc.returncode)) | |
OSError: Command /Users/grb/temp/env/bin/python /Users/grb/temp/env/bin/easy_install /opt/local/Library/Frameworks/...ar.gz failed with error code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment