Skip to content

Commit bc988aa

Browse files
Updated run.bat
1 parent fba3957 commit bc988aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rem - conda to be in the PATH
66
rem - cmd.exe to be initialized with conda init
77

88
rem Define here the path to your conda installation
9-
set CONDAPATH=E:\ProgramData\Anaconda3
9+
set CONDAPATH=E:\Anaconda3
1010
rem Define here the name of the environment
1111
set ENVNAME=datalib
1212

@@ -19,7 +19,7 @@ rem Using call is required here, see: https://stackoverflow.com/questions/246781
1919
call %CONDAPATH%\Scripts\activate.bat %ENVPATH%
2020

2121
rem Run a python script in that environment
22-
python main.py
22+
python main.py --db
2323

2424
rem Deactivate the environment
2525
call conda deactivate
@@ -30,4 +30,4 @@ rem python script.py
3030
rem conda deactivate
3131

3232
rem One could also use the conda run command
33-
rem conda run -n someenv python script.py
33+
rem conda run -n someenv python script.py

0 commit comments

Comments
 (0)