No reason pip shouldn't work...
This commit is contained in:
parent
acc0586fd6
commit
52f07b0533
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue