VSCODE终端中无法识别pip命令的解决方法

使用 GPT-4o 回答,作者 GPT4oMini.app

问题:

在VSCODE中,在终端安装Python 依赖库,报错,请解决。 PS D:\ZCHDEV\git\python_code> pip install requests beautifulsoup4 pip : 无法将“pip”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的 拼写,如果包括路径,请确保路径正确,然后再试一次。 所在位置 行:1 字符: 1

  • pip install requests beautifulsoup4
  •   + CategoryInfo          : ObjectNotFound: (pip:String) [], CommandNotFoundExce  
     ption
      + FullyQualifiedErrorId : CommandNotFoundException
    
答案: