hurl/bin/environment.ps1

17 lines
349 B
PowerShell
Raw Normal View History

2022-09-27 10:04:21 +03:00
powershell write-host -foregroundcolor Cyan "----- context -----"
# get windows infos
Get-ComputerInfo -Property WindowsProductName,WindowsVersion,OsHardwareAbstractionLayer
2022-09-28 18:41:43 +03:00
# get powershell infos
(Get-Variable PSVersionTable -ValueOnly).PSVersion
# get vcpkg infos
vcpkg --version
# get python infos
python -V
# get cargo info
cargo --version