【发布时间】:2019-12-25 02:14:23
【问题描述】:
当我尝试在 vscode 的终端中执行任何命令时,我收到了类似的错误。有谁知道如何解决这个问题?
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 nba_api
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotF
oundException
+ FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
-
这通常是您的系统
PATH的问题。试试this answer
标签: python-3.x powershell visual-studio-code