VSC python 脚本执行行为已更改
我的计算机上安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
变更日志(2022 年 2 月 28 日)。
您可以1个月前安装旧版本的Python扩展进行回滚。但建议习惯一下。
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.