【发布时间】:2021-03-13 06:33:10
【问题描述】:
如果我想通过命令提示符打开一个 jupyter 笔记本,我收到以下错误:
'jupyter' is not recognized as an internal or external command,
可运行的程序或批处理文件。
另外,我想使用 pip 命令,我得到了同样的错误:
'pip' is not recognized as an internal or external command,
operable program or batch file.
但在 anaconda 提示符中我没有收到任何错误,它运行良好。我可以打开 jupyter notebook 没有任何错误,我也可以运行 pip 没有任何错误来安装包。
我可以为命令提示符做些什么来克服这个错误?
【问题讨论】:
-
请在此站点中搜索不被识别为内部或外部命令。这个问题已经在这里被问和回答了几十次(如果不是几百次)。在您考虑提出问题之前,您应该做的第一件事就是进行基本搜索。