Created
April 24, 2023 19:11
-
-
Save omarmciver/4ce205caf7093ced16b5e89434bd4909 to your computer and use it in GitHub Desktop.
Install AzureCLI with pip
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
apt update | |
apt install python3-pip | |
python -m pip install --upgrade pip | |
pip install azure-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment