Skip to content

Instantly share code, notes, and snippets.

@msr1k
Created December 25, 2017 04:48
Show Gist options
  • Select an option

  • Save msr1k/55031be1e3598b78301055e054e3cf07 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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

@PasaOpasen
Copy link
Copy Markdown

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