Created
December 25, 2017 04:48
-
-
Save msr1k/55031be1e3598b78301055e054e3cf07 to your computer and use it in GitHub Desktop.
batch file which invoke anaconda prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%windir%\system32\cmd.exe "/K" C:\Users\%USERNAME%\AppData\Local\Continuum\Anaconda3\Scripts\activate.bat C:\Users\%USERNAME%\AppData\Local\Continuum\Anaconda3 |
Wow! thanks. But how to run next commands in the batch files?
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
thanks.. very helpful