Skip to content

Instantly share code, notes, and snippets.

View jbduncan's full-sized avatar

Jonathan Bluett-Duncan jbduncan

  • Sainsbury's
  • UK
  • 03:29 (UTC +01:00)
View GitHub Profile
This file has been truncated, but you can view the full file.
After running the following commands, msys2 seemed to raise an error message within its own terminal
window, and apparently failed to install.
When msys2 was installing, I wasn't able to copy the contents of its terminal quickly enough before it
disappeared. I couldn't find a corresponding msys2 log, so no information on that unfortunately!
PS> choco uninstall msys2 --force
PS> choco uninstall bazel -f
PS> choco install msys2 --version 20160719.1.1
This file has been truncated, but you can view the full file.
The following is a list of Powershell commmands that I used to install chocolatey, with the aim of installing Bazel 0.4.5 for Windows afterwards:
1. PS> Set-ExecutionPolicy Bypass
2. PS> iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
3. PS> Set-ExecutionPolicy Restricted
The following is the command I used to install Bazel 0.4.5:
PS> choco install bazel -y --verbose