Spring_L 2020-10-29 15:05 采纳率: 0%
浏览 112

VScode,用Python运行代码出错?

在VScode中,用Python运行msg='hello world'
print(msg)
报如下错误:

conda : 无法将“conda”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请
确保路径正确,然后再试一次。
所在位置 行:1 字符: 1

  • conda activate base
    • CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

      怎么解决呢?

  • 写回答

1条回答 默认 最新

  • 奋斗的小小鱼 2020-10-29 16:38
    关注
    评论

报告相同问题?