背景信息:我正在使用Mac OS High Sierra上的flaskr web项目。
我正处于安装Flask的阶段,我遇到了安装virtualenv的问题:http://flask.pocoo.org/docs/0.12/tutorial/packaging/
在终端中运行以下行时:
pip install virtualenv
我明白了:
pip install virtualenv
Collecting virtualenv
Using cached virtualenv-15.2.0-py2.py3-none-any.whl
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy
1.8.0rc1 which is incompatible.
Installing collected packages: virtualenv
我期待得到回应并成功安装了virtualenv ......'如此视频中所示:https://youtu.be/-COGZITgHtw?t=1m9s。
然后,在终端中运行以下内容时:
virtualenv
我明白了:
-bash: virtualenv: command not found
我注意到其他人遇到了“未找到命令”(bash: pip: command not found,How to add virtualenv to path)的问题,但我似乎无法找到能够反映我收到的内容的输出。
缓存的virtualenv是否能解决问题?或者也许是matplotlib的东西?无论哪种方式,virtualenv似乎都没有按照它应该安装。
使用pip更新或安装鼻子,龙卷风和numpy是否明智(无论如何),以便我可以进一步激活virtualenv?或者,在我让virtuanlenv开始工作之前,我需要先解决的问题是什么?
答案 0 :(得分:1)
我做了同样的错误,但成功完成了以下程序。
$ brew install python3
$ pip3 install --upgrade virtualenv
收集virtualenv
缓存条目反序列化失败,条目被忽略
缓存条目反序列化失败,条目被忽略
正在下载virtualenv-15.2.0-py2.py3-none-any.whl(2.6MB)
100% |████████████████████████████████| 2.6MB 226kB/s
安装收集的软件包:virtualenv
成功安装了virtualenv-15.2.0