走ろうとすると
sudo virtualenv -p /Library/Frameworks/Python.framework/Versions/7.3/Resources/Python.app/Contents/MacOS
次のエラーが表示されます。
Running virtualenv with interpreter
/Library/Frameworks/Python.framework/Versions/7.3/Resources/Python.app/Contents/MacOS
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/bin/virtualenv", line 9, in <module>
load_entry_point('virtualenv==1.8.2', 'console_scripts', 'virtualenv')()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/virtualenv.py", line 897, in main
popen = subprocess.Popen([interpreter, file] + sys.argv[1:], env=env)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/subprocess.py", line 818, in __init__
restore_signals, start_new_session)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/subprocess.py", line 1416, in _execute_child
raise child_exception_type(errno_num, err_msg)
PermissionError: [Errno 13] Permission denied
この回答が私にアドバイスしたように、pip.logファイルを削除しようとしましたが、問題は解決しません。解決策はありますか?
編集:
<path name>
そのバージョンの Python の pip を含むパッケージをインストールしたいので、にある virtualenv を作成しようとしていることを説明する必要があります。