windows 上 使用 conda 以 指定环境 启动 自定义程序

offline_env 为环境名称
$(TargetPath) 为目标程序路径

C:\Users\xxx\miniconda3\Scripts\conda.exe run -n offline_env --no-capture-output --live-stream "D:\CSharpDemo.exe"

 

posted on 2026-01-15 21:32  空明流光  阅读(13)  评论(0)    收藏  举报

导航