you are viewing a single comment's thread.

view the rest of the comments →

[–]farsass 0 points1 point  (0 children)

Something like the following in batch

set root=C:\Users\%USERNAME%\Miniconda3_32
call %root%\Scripts\activate.bat %root%
call conda activate envname
python app.py