File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ rem - conda to be in the PATH
66rem - cmd.exe to be initialized with conda init
77
88rem Define here the path to your conda installation
9- set CONDAPATH = E:\ProgramData\ Anaconda3
9+ set CONDAPATH = E:\Anaconda3
1010rem Define here the name of the environment
1111set ENVNAME = datalib
1212
@@ -19,7 +19,7 @@ rem Using call is required here, see: https://stackoverflow.com/questions/246781
1919call %CONDAPATH% \Scripts\activate.bat %ENVPATH%
2020
2121rem Run a python script in that environment
22- python main.py
22+ python main.py --db
2323
2424rem Deactivate the environment
2525call conda deactivate
@@ -30,4 +30,4 @@ rem python script.py
3030rem conda deactivate
3131
3232rem 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
You can’t perform that action at this time.
0 commit comments