'pip' 未在命令提示符或终端中显示
'pip' not showing in command prompt or terminal
我需要安装 pyinstaller
所以我进入我的 command prompt
但是当我输入 :
pip install pyinstaller
它提示了以下错误:
'pip' is not recognized as an internal or external command, operable program or batch file.
您问题的答案将是 Set up PATH_VARIABLE
个 pip
。
您收到此错误是由于操作系统无法识别变量。
可以从这里学习:HERE
我需要安装 pyinstaller
所以我进入我的 command prompt
但是当我输入 :
pip install pyinstaller
它提示了以下错误:
'pip' is not recognized as an internal or external command, operable program or batch file.
您问题的答案将是 Set up PATH_VARIABLE
个 pip
。
您收到此错误是由于操作系统无法识别变量。
可以从这里学习:HERE