dev script: fix Windows+vagrant+virtualenv
This commit is contained in:
parent
69ce4c3f14
commit
85f977aacd
2
dev.bat
2
dev.bat
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
set VENV=..\venv.mitmproxy
|
set VENV=..\venv.mitmproxy
|
||||||
|
|
||||||
virtualenv %VENV%
|
virtualenv %VENV% --always-copy
|
||||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||||
call %VENV%\Scripts\activate.bat
|
call %VENV%\Scripts\activate.bat
|
||||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||||
|
|
Loading…
Reference in New Issue