We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f10877 commit cfe3571Copy full SHA for cfe3571
nova-havana-windows-install.ps1
@@ -171,6 +171,7 @@ Write-Host "Downloading and installing: $url"
171
(new-object System.Net.WebClient).DownloadFile($url, "$pwd\$filename")
172
Start-Process -Wait -FilePath $filename -ArgumentList "/silent" -WindowStyle Hidden
173
del $filename
174
+$ENV:PATH += ";$ENV:ProgramFiles (x86)\Git\bin\"
175
# In "%ProgramFiles% (x86)\Git\etc\gitconfig" set "autocrlf = false"
176
177
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