私はプログラミング、mac osx、および bash の初心者です。
Mac osx 10.7.3 で virtualenvwrapper をセットアップするのに苦労しています。それは間違いなくパス設定の問題ですが、私はそれを機能させるのに苦労しています。
.bashrc での virtualenvwrapper のセットアップ
export WORKON_HOME=$HOME/.Apps
source /usr/local/bin/virtualenvwrapper.sh
いくつかの端末出力:
which easy_install
/usr/bin/easy_install
python -V
Python 2.7.1
ターミナルで「source .bashrc」を実行すると、出力が得られません。
ターミナルで mkvirtualenv を実行すると、次のようになります。
Error [Errno 2] No such file or directory while executing command install_name_tool -change /System/Library/Fram.../Versions/2.7/Python @executable_path/../.Python 1/bin/python
Could not call install_name_tool -- you must have Apple's development tools installed
Traceback (most recent call last):
File "/usr/local/bin/virtualenv", line 9, in <module>
load_entry_point('virtualenv==1.7.1.2', 'console_scripts', 'virtualenv')()
File "/Library/Python/2.7/site-packages/virtualenv-1.7.1.2-py2.7.egg/virtualenv.py", line 928, in main
never_download=options.never_download)
File "/Library/Python/2.7/site-packages/virtualenv-1.7.1.2-py2.7.egg/virtualenv.py", line 1029, in create_environment
site_packages=site_packages, clear=clear))
File "/Library/Python/2.7/site-packages/virtualenv-1.7.1.2-py2.7.egg/virtualenv.py", line 1347, in install_python
py_executable])
File "/Library/Python/2.7/site-packages/virtualenv-1.7.1.2-py2.7.egg/virtualenv.py", line 966, in call_subprocess
cwd=cwd, env=env)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 672, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1202, in _execute_child
OSError: [Errno 2] No such file or directory