vscode设置pythonPath

版权声明:本文为博主原创文章,未经博主允许不得转载。个人博客:www.saoguang.top https://blog.csdn.net/u011580175/article/details/82292410

1.Ctrl + Shift + P
2. 输入Open Settings
3. 在用户设置中,覆盖
"python.pythonPath": "python3.6"
后面的python3.6就是你修改后的Path,替换即可。

猜你喜欢

转载自blog.csdn.net/u011580175/article/details/82292410