我在我的Windows 7 Professional机器上安装了Anaconda3 4.4.0(32位),并在Jupyter笔记本上导入了NumPy和Pandas,所以我认为Python安装正确.但是当我输入conda list并conda --version在命令提示符时,它说conda is not recognized as internal or external command.
我为Anaconda3设置了环境变量; Variable Name: Path,Variable Value: C:\Users\dipanwita.neogy\Anaconda3
我如何使其工作?
试着
conda install -c conda-forge requests-futures=0.9.7
但失败了
conda is not recognized as an internal or external command,
C:\Users\user_name\Anaconda3\Scripts已定于Path在environment variables以下两user和System variables.
我安装Python 3.5了,它正在打开Path,我正在使用Win10 X64.
如何解决这个问题?
每次我尝试在 Windows 命令提示符中使用 anaconda 创建新环境时,都会收到此错误:
File "<stdin>", line 1
conda create -n 11 python=3.6
^
SyntaxError: invalid syntax
Run Code Online (Sandbox Code Playgroud)
我使用此命令来创建环境:
conda create -n 11 python=3.6
Run Code Online (Sandbox Code Playgroud)