When I follow the instructions on http://flask.pocoo.org/docs/installation/ I get the following error when I execute 'easy_install' in the windows command line interpreter:
当我按照http://flask.pocoo.org/docs/installation/上的说明在windows命令行解释器中执行“easy_install”时,会出现以下错误:
error: No urls, filenames, or requirements specified (see --help)
Why do I get this error?
为什么会出现这个错误?
Btw, I ran ez_setup.py and it works because there are easy_install files in my 'Scripts' folder of my python folder.
顺便说一句,我跑ez_setup。py之所以有效是因为在python文件夹的'Scripts'文件夹中有easy_install文件。
1 个解决方案
#1
1
That's exactly what's supposed to happen when you run the command easy_install
. The Flask installation instructions you link to tell you to type
这就是在运行easy_install命令时应该发生的事情。你链接到的Flask安装说明告诉你输入。
> easy_install virtualenv
not
不
> easy_install
#1
1
That's exactly what's supposed to happen when you run the command easy_install
. The Flask installation instructions you link to tell you to type
这就是在运行easy_install命令时应该发生的事情。你链接到的Flask安装说明告诉你输入。
> easy_install virtualenv
not
不
> easy_install