hurl/bin/environment.ps1
2022-09-28 16:38:16 +02:00

14 lines
274 B
PowerShell

powershell write-host -foregroundcolor Cyan "----- context -----"
# get windows infos
Get-ComputerInfo -Property WindowsProductName,WindowsVersion,OsHardwareAbstractionLayer
# get vcpkg infos
vcpkg --version
# get python infos
python -V
# get cargo info
cargo --version