Skip to content

Instantly share code, notes, and snippets.

@msr1k
Created December 25, 2017 04:48
Show Gist options
  • Save msr1k/55031be1e3598b78301055e054e3cf07 to your computer and use it in GitHub Desktop.
Save msr1k/55031be1e3598b78301055e054e3cf07 to your computer and use it in GitHub Desktop.
batch file which invoke anaconda prompt
%windir%\system32\cmd.exe "/K" C:\Users\%USERNAME%\AppData\Local\Continuum\Anaconda3\Scripts\activate.bat C:\Users\%USERNAME%\AppData\Local\Continuum\Anaconda3
@sahangit
Copy link

Wow! thanks. But how to run next commands in the batch files?

@PasaOpasen
Copy link

how to run next commands in the batch files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment