Skip to content

Commit cfe3571

Browse files
committed
Adds git to the PATH
1 parent 2f10877 commit cfe3571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nova-havana-windows-install.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Write-Host "Downloading and installing: $url"
171171
(new-object System.Net.WebClient).DownloadFile($url, "$pwd\$filename")
172172
Start-Process -Wait -FilePath $filename -ArgumentList "/silent" -WindowStyle Hidden
173173
del $filename
174+
$ENV:PATH += ";$ENV:ProgramFiles (x86)\Git\bin\"
174175
# In "%ProgramFiles% (x86)\Git\etc\gitconfig" set "autocrlf = false"
175176

176177
InstallPythonDep "https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe#md5=57e1e64f6b7c7f1d2eddfc9746bbaf20" "setuptools-0.6c11.win32-py2.7.exe"

0 commit comments

Comments
 (0)