VSC python 脚本执行行为已更改

发布于 2025-01-12 07:17:48 字数 231 浏览 1 评论 0原文

我的计算机上安装了 VSC 和 Anaconda,起初 VSC 使用命令 python {file location} 正确运行了我的所有 python 脚本。现在,它使用命令 conda run -n ML --no-capture-output --live-stream python {file location} 执行我的 python 脚本。

我希望它恢复到以前的行为。

I have VSC and Anaconda installed on my computer, At first VSC ran all my python scripts correctly using the command python {file location}. Now it executes my python scripts using the command conda run -n ML --no-capture-output --live-stream python {file location}.

I want it to return to its previous behavior.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白龙吟 2025-01-19 07:17:48

使用 conda run 作为 conda 环境来运行 python 文件和
安装模块。 (#18479)

变更日志(2022 年 2 月 28 日)。

您可以1个月前安装旧版本的Python扩展进行回滚。但建议习惯一下。

Use conda run for conda environments for running python files and
installing modules. (#18479)

changelog(28 February 2022).

You can install the older version of the Python Extension 1 month ago to roll back. But it's suggested to get used to it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文