Git在Anaconda Prompt上无法识别

时间:2018-02-01 17:03:02

标签: python git anaconda theano

我在我的系统上安装了Git,git命令在命令提示符下运行正常。我还更新了我的路径变量以反映git bin和cmd的地址。现在,我想使用以下命令使用Anaconda Prompt安装Theano库 - pip install git+git://github.com/Theano/Theano.git

我得到的错误是 - 错误[WinError 2]系统在执行命令git clone -q时找不到指定的文件git://github.com/fchollet/keras.git C:\ Users \ Kritika \ AppData \ Local \ Temp \ pip-vp5qj204-build 找不到命令' git'

我用Google搜索并找到了很多东西,但似乎没有什么对我有用。有人可以帮我吗?

2 个答案:

答案 0 :(得分:1)

您应该尝试

href

答案 1 :(得分:1)

首先运行命令

conda install -c anaconda git

然后运行

git clone https://github.com/Theano/Theano.git