mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
5 lines
158 B
PowerShell
Executable File
5 lines
158 B
PowerShell
Executable File
$pwdpath = $pwd.Path
|
|
cmake -P .gitlab/ci/download_python3.cmake
|
|
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\python3;$env:PATH"
|
|
python --version
|