我正在尝试使用python 3.6运行PIP安装,但是每当我尝试执行此操作时,都会发生错误。 (对不起,我的英语不是很好)
我跑步:
$ pip install -r requirements.txt
我的错误:
'pip' is not recognized as an internal or external command,operable program or batch file.
所以我检查了Python 3.6 PATH是否有效。
我跑步:
python
我的错误:
'python' is not recognized as an internal or external command,operable program or batch file.
我在这里查找了一个解决方案:
https://appuals.com/fix-python-is-not-recognized-as-an-internal-or-external-command/
但是它仍然不起作用
对于上下文,我已经附上了我正在研究的教程。
https://www.youtube.com/watch?v=040CfFRJ9Rs
(PIP安装大约在10:00进行)
非常感谢