Fix python path in web config script
parent
187ef3af19
commit
31f31e6d69
@ -1,5 +1,7 @@
|
|||||||
call ..\path_config.bat
|
call ..\path_config.bat
|
||||||
|
set PATH=%RC_PYTHON2%;%PATH%
|
||||||
python web_config.py
|
python web_config.py
|
||||||
cd mariadb
|
cd mariadb
|
||||||
.\bin\mysql -P 9040 -u root < ..\web_config_local.sql
|
.\bin\mysql -P 9040 -u root < ..\web_config_local.sql
|
||||||
cd ..
|
cd ..
|
||||||
|
pause
|
||||||
|
Loading…
Reference in New Issue