Fix typos on path
This commit is contained in:
parent
a15f35822e
commit
49d6d4093c
@ -21,7 +21,7 @@ stages:
|
||||
- '$ProgressPreference = "SilentlyContinue"'
|
||||
- 'Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe" -OutFile "git_setup.exe"'
|
||||
- '.\git_setup.exe /verysilent /dir=C:\git'
|
||||
- '$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";C:\git\bin" + [System.Environment]::GetEnvironmentVariable("Path","User") '
|
||||
- '$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";C:\git\bin\;" + [System.Environment]::GetEnvironmentVariable("Path","User") '
|
||||
- '$env:PATH'
|
||||
- 'python -V'
|
||||
# - '&$env:PYTHON3_32 -m venv env'
|
||||
|
Loading…
Reference in New Issue
Block a user