5 lines
73 B
Batchfile
5 lines
73 B
Batchfile
@echo off
|
|
|
|
call activate venv
|
|
python esbo-etc.py %*
|
|
call conda deactivate |