aboutsummaryrefslogtreecommitdiffstats
path: root/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/run.bat b/run.bat
index 1a5d479..a8f6032 100644
--- a/run.bat
+++ b/run.bat
@@ -1,4 +1,9 @@
@echo off
+
+REM This is so brotli and gevent search in the python directory for the
+REM visual studio c++ runtime dlls
+set PATH=.\python;%PATH%
+
.\python\python.exe -I .\server.py
echo Press any key to quit...
PAUSE > nul