내가 파이썬에 대한 VIRTUALENV 사용하려고했습니다하지만 난 VIRTUALENV의 venv 명령을 실행하려고 할 때마다, 나는이 오류가 나타납니다 내가 만든이 전에'VIRTUALENV'의 원인이 설치 오류
Using base prefix '/Users/me/anaconda'
New python executable in /Users/me/venv/bin/python
dyld: Library not loaded: @rpath/libpython3.5m.dylib
Referenced from: /Users/me/venv/bin/python
Reason: image not found
ERROR: The executable /Users/me/venv/bin/python is not functioning
ERROR: It thinks sys.prefix is '/Users/me' (should be '/Users/me/venv')
ERROR: virtualenv is not compatible with this system or executable
있는지 나는
했다pip install virtualenv
그리고 괜찮 았어. 이 오류를 해결하는 방법을 모릅니다. 또한 '내'는 내 사용자 이름입니다.
업데이트 :이 문제를 해결할 수있었습니다. 다른 사람들이 보라고 말한 다른 게시물은 도움이되지 않았습니다. 문제를 해결하기 위해 아나콘다를 다시 설치해야했습니다.
가능한 중복 [Virtualenvs에서 깨진 참조] (http://stackoverflow.com/questions/23233252/broken-references-in-virtualenvs) – holdenweb