【发布时间】:2021-10-24 20:48:25
【问题描述】:
PS D:\> PIP install pyinstaller
PIP : The term 'PIP' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ PIP install pyinstaller
+ ~~~
+ CategoryInfo : ObjectNotFound: (PIP:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS D:\>
【问题讨论】:
-
pip为小写时是否还会出现此问题?至少在 Linux 上,它是区分大小写的。我不知道 Windows,但也许。 -
是的,无论是小写还是大写
-
请澄清您的具体问题或提供更多详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。
标签: python pip python-3.10