Created
January 14, 2014 03:10
-
-
Save masaru-b-cl/8412383 to your computer and use it in GitHub Desktop.
Ubuntu Server 13.10にKanon(https://bitbucket.org/okamototk/kanonconductor)を入れようとした時のエラー
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
New python executable in /opt/kanon/bin/python2.7 | |
Not overwriting existing python script /opt/kanon/bin/python (you must use /opt/kanon/bin/python2.7) | |
Installing distribute.................................done. | |
Complete output from command /opt/kanon/bin/python2.7 /opt/kanon/bin/easy_install pip: | |
/opt/kanon/bin/python2.7: can't open file '/opt/kanon/bin/easy_install': [Errno 2] No such file or directory | |
---------------------------------------- | |
Traceback (most recent call last): | |
File "resource/virtualenv.py", line 1647, in <module> | |
main() | |
File "resource/virtualenv.py", line 558, in main | |
prompt=options.prompt) | |
File "resource/virtualenv.py", line 656, in create_environment | |
install_pip(py_executable) | |
File "resource/virtualenv.py", line 415, in install_pip | |
filter_stdout=_filter_setup) | |
File "resource/virtualenv.py", line 624, in call_subprocess | |
% (cmd_desc, proc.returncode)) | |
OSError: Command /opt/kanon/bin/python2.7 /opt/kanon/bin/easy_install pip failed with error code 2 | |
./kanon-setup: line 233: /opt/kanon/bin/activate: No such file or directory | |
./kanon-setup: line 258: /opt/kanon/bin/easy_install: No such file or directory | |
*** STOP *** インストールに失敗しました: 'Genshi>=0.6,<0.7dev' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment