Conda和Visual Studio Code调试 [英] Conda and Visual Studio Code debugging

查看:517
本文介绍了Conda和Visual Studio Code调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目标是能够在Visual Studio代码调试器中使用Conda/Anaconda的环境设置.默认的pythonpath配置不会产生这种效果-而是使用系统默认的python路径(在新的shell中键入"python"时会得到的结果).

The goal is to be able to use my environment setup from Conda/Anaconda within the visual studio code debugger. The default pythonpath configuration does not produce this effect - rather it goes to the system default python path (what you get when you type 'python' in a fresh shell).

如何配置VS Code以使用我的Conda环境?

推荐答案

基于先前的解决方案,我发现了一个更好的解决方案:

I found a better solution, based on the previous ones:

转到工作场所设置". 用虚拟环境列表的路径文件夹覆盖参数python.venvPath.对于水蟒:

Go to Workplace Settings. Override the parameter python.venvPath with the Path to folder with a list of Virtual Environments. For the case of anaconda:

此设置使VS Code可以识别可用的conda environments.因此,我们可以单击当前的python解释器,然后切换到其他解释器:

This setting enables VS Code to recognize the available conda environments. Thus, we can click on the current python interpreter and switch to others:

这篇关于Conda和Visual Studio Code调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆