【发布时间】:2017-09-27 18:16:53
【问题描述】:
目标是能够在 Visual Studio 代码调试器中使用我从 Conda/Anaconda 设置的环境。默认的 pythonpath 配置不会产生这种效果 - 而是转到系统默认的 python 路径(当你在新的 shell 中键入 'python' 时得到的)。
如何配置 VS Code 以使用我的 Conda 环境?
【问题讨论】:
标签: python macos debugging visual-studio-code anaconda