英文:
How to Setup the interpreter for visual studio code to use
问题
我尝试按照这个视频中的步骤进行操作:“Python - 使用Anaconda设置Visual Studio Code”
https://www.youtube.com/watch?v=sts3CFewvkY
按下Ctrl+Shift+P,然后打开“首选项: 打开用户设置”。
然后搜索“Python路径”。
在视频中,我可以看到“Python: Python路径”位于“Python: Poetry路径”下,包含以下信息:
“Python: Python路径
Python的路径,您可以通过修改此设置以包括完整路径来使用自定义版本的Python”
然而,我没有找到Python路径。我只能看到“Python>测试: Pytese路径”位于“Python: Poetry路径”下。
请问您能给我一些建议吗?
英文:
I tried to follow the steps in this video "Python - Setup Visual Studio Code with Anaconda"
https://www.youtube.com/watch?v=sts3CFewvkY
Press Ctrl+Shift+P, and open "Preferences:Open User Settings".
Then Search for "Python Path"
In the video, I can see the "Python:Python Path" below "Python:Poetry Path" with following information
"Python:Python Path
Path to Python, you can use a custom version of Python by modifying this serring to include the full path"
However, I didn't find Python Path. I can only see "Python>Testing:Pytese path" below "Python:Poetry Path".
Would you please give me some suggestions?
答案1
得分: 0
“Python Path”(视频中)的搜索步骤应更改为“Python:默认解释器路径”。
英文:
The step of searching for "Python Path" (in the video) should be “Python: Default Interpreter Path”.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论