Flow.Launcher/PythonHome/pythonx.bat

6 lines
88 B
Batchfile
Raw Normal View History

2014-10-11 10:08:43 +00:00
@echo off
set PYTHONHOME=%CD%
set PYTHONPATH = DLLs;Lib\site-packages
2014-07-18 12:00:55 +00:00
python.exe -B %*