How can I launch an exe within a conda env
问题 I'm using vscode in Windows 10 as my code editor, and want to make an easy way to launch it with the correct conda env to allow debugging. Currently I am having to open a command prompt, then activate the conda env, then paste the shortcut to vscode into the prompt to execute. Like so: cmd activate env-name "C:\Program Files (x86)\Microsoft VS Code\Code.exe" I have tried creating a batch file to wrap these calls, but unfortunately once I call "source activate" to start the conda env, the