Installing Homebrew
The following topics are covered in this article:
macOS
2. Copy the command listed under Install Homebrew.
3. Open Terminal and run the copied command.
4. After successful installation, run the following commands (from the Next steps section):
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.bash_profile eval "$(/opt/homebrew/bin/brew shellenv)"
Windows
1. Open Command Prompt as Administrator.
2. Run the following command to allow script execution:
Set-ExecutionPolicy Bypass -Scope Process -Force
3. Run the following command to install Chocolatey.
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')
4. Run the following command to verify installation:
choco --version