[VSCode]command 'python.setInterpreter' not found
vscode中的python插件突然出了问题:在Ctrl+Shift+P后选择Python: Select Interpreter, vscode报了错误: command 'python.setInterpreter' not found 联想到刚刚在系统中安装了conda, 猜测可能是这个问题造成的。排查后果然是这个原因,解决方法: 菜单栏的文件 -> 首选项 -> 设置, 搜索 python.pythonPath 在出现的结果里,把pythonPath对应的值修改为实际系统中anaconda的python命令的路径即可。 比如: 来源: CSDN 作者: moxiaomomo 链接: https://blog.csdn.net/moxiaomomo/article/details/104103578