1 首先得有python解释器(官网或Anaconda等)
2 在VS Code Extensions里下载微软的Python插件

3 激活解释器。打开Command Palette输入Python: Select Interpreter或设置里settings.json里添加
"python.pythonPath": "C:\\Python34\\python" ,//解释器所在目录
还可以加上其他设置如 "python.linting.enabled": false
4 运行python文件的方法
- In the text editor: right-click anywhere in the editor and select Run Python File in Terminal. If invoked on a selection, only that selection is run.
- In Explorer: right-click a Python file and select Run Python File in Terminal.
本文详细介绍如何在VSCode中配置Python开发环境,包括安装Python解释器、下载并激活Python插件、设置解释器路径及运行Python文件的方法,为Python开发者提供全面的指南。
531

被折叠的 条评论
为什么被折叠?



