Skip to content

Instantly share code, notes, and snippets.

@dcasati
Created July 25, 2022 19:30
Show Gist options
  • Save dcasati/1a40375fbb8a547ef89f3b5267a54bfe to your computer and use it in GitHub Desktop.
Save dcasati/1a40375fbb8a547ef89f3b5267a54bfe to your computer and use it in GitHub Desktop.
#remove the azure cli if installed via apt:
sudo apt remove azure-cli
#install the azure cli with pip:
sudo python3 -m pip install msrest==0.6.21
sudo python3 -m pip install azure.cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment