No reason pip shouldn't work...

This commit is contained in:
Pietro Gagliardi 2019-04-07 20:23:07 -04:00
parent acc0586fd6
commit 52f07b0533
1 changed files with 5 additions and 2 deletions

View File

@ -40,11 +40,14 @@ platform:
install: install:
- cmd: | - cmd: |
rem Set Python Version rem Set Python Version
set PYTHON_ROOT=C:\python37-x64 set "PYTHON_ROOT=C:\python37-x64"
if %arch%==386 ( set PYTHON_ROOT=C:\python37 ) if %arch%==386 ( set "PYTHON_ROOT=C:\python37" )
set "PATH=%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%" set "PATH=%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%"
rem Install Latest Meson rem Install Latest Meson
echo %PATH%
echo %PYTHON_ROOT%
where.exe pip.exe
pip install meson pip install meson
rem Install Ninja rem Install Ninja