Created
November 20, 2021 13:34
-
-
Save ninjarobot/a8bfd5d3e4a4726dbe32c0bccdcbbe31 to your computer and use it in GitHub Desktop.
Install the Azure CLI on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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