首先让我提一下,我刚刚开始学习Django,看起来我已经失败了设置它。
我去了Django'的第一步所推荐的步骤。页面,甚至买了这本书,掌握了Django'而且我也知道这个问题可能已经得到了回答,但到目前为止,根据我的问题,我无法找到解决方案。
那么基本上我安装的是pip
,我安装了virtualenv
和Django
。当我尝试创建virtualenv
时,我收到以下错误消息:
M-MacBook-Air:django m$ virtualenv first
Using base prefix '/Users/m/anaconda'
New python executable in /Users/m/Desktop/python/django/first/bin/python
dyld: Library not loaded: @loader_path/../lib/libpython3.5m.dylib
Referenced from: /Users/m/Desktop/python/django/first/bin/python
Reason: image not found
ERROR: The executable /Users/m/Desktop/python/django/first/bin/python is not functioning
ERROR: It thinks sys.prefix is '/Users/m/Desktop/python/django' (should be '/Users/m/Desktop/python/django/first')
ERROR: virtualenv is not compatible with this system or executable
根据脚本,教程等,我应该在新创建的
中找到以下文件夹virtualenv:
\Include
\Lib
\Scripts
\src
但就我而言,它只是
virtualenv:
\bin
\include
\lib
显而易见的问题:为什么会这样?我使用Python3.5
,pip9.0.1
和virtualenv15.1.0
。我通过Python
启动Anaconda
,下载Homebew
一次但删除它,并尝试删除pip
,virtualenv
和Django
并启动所有再一次没有真正起作用。
不确定这些信息是否足以提供帮助。我很感激任何建议。这让我很疯狂,非常感谢!