mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2024-11-24 07:00:15 +01:00
Disable portable venv hack
breaks when special characters are in path
This commit is contained in:
parent
c37b2e47be
commit
e8507d3e8f
@ -4,12 +4,13 @@ cd /d %~dp0
|
|||||||
|
|
||||||
if exist .venv\Lib\site-packages\ujson*.pyd (
|
if exist .venv\Lib\site-packages\ujson*.pyd (
|
||||||
(
|
(
|
||||||
goto :make_venv_portable
|
REM goto :make_venv_portable
|
||||||
:start_server
|
:start_server
|
||||||
.venv\Scripts\activate.bat && python pyeamu.py
|
.venv\Scripts\activate.bat && python pyeamu.py
|
||||||
)
|
)
|
||||||
) else (
|
) else (
|
||||||
(
|
(
|
||||||
|
:create_venv
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
.venv\Scripts\activate.bat
|
.venv\Scripts\activate.bat
|
||||||
pip install -U -r requirements.txt
|
pip install -U -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user