windows 上 使用 conda 以 指定环境 启动 自定义程序
offline_env 为环境名称
$(TargetPath) 为目标程序路径
C:\Users\xxx\miniconda3\Scripts\conda.exe run -n offline_env --no-capture-output --live-stream "D:\CSharpDemo.exe"
桂棹兮兰桨,击空明兮溯流光。
offline_env 为环境名称
$(TargetPath) 为目标程序路径
C:\Users\xxx\miniconda3\Scripts\conda.exe run -n offline_env --no-capture-output --live-stream "D:\CSharpDemo.exe"