Skip to content

Instantly share code, notes, and snippets.

@ninjarobot
Created November 20, 2021 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninjarobot/a8bfd5d3e4a4726dbe32c0bccdcbbe31 to your computer and use it in GitHub Desktop.
Save ninjarobot/a8bfd5d3e4a4726dbe32c0bccdcbbe31 to your computer and use it in GitHub Desktop.
Install the Azure CLI on macOS
set -eux
python3 -m venv $HOME/venvs/azure-cli
source venvs/azure-cli/bin/activate
pip install --upgrade pip
pip install azure-cli
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment