Skip to content

Commit

Permalink
Install CLI on ARM64 with pip
Browse files Browse the repository at this point in the history
*Moved ARM64 line into its own Note box for easier scanability
*Added a recommendation for installing CLI on ARM64 based on conversations in Azure/azure-cli#7368 and MicrosoftDocs/azure-docs#80763
  • Loading branch information
kgremban authored Sep 29, 2021
1 parent 54d3a77 commit 8d68675
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs-ref-conceptual/includes/cli-install-linux-apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has

> [!WARNING]
> Ubuntu 20.04 (Focal Fossa) and 20.10 (Groovy Gorilla) include an `azure-cli` package with version `2.0.81` provided by the `universe` repository. This package is outdated and not recommended. If this package is installed, remove the package before continuing by running the command `sudo apt remove azure-cli -y && sudo apt autoremove -y`.
> [!NOTE]
> The `azure-cli` deb package does not support ARM64 architecture. Currently the only way to use Azure CLI on ARM64 is to install from PyPI (https://pypi.org/project/azure-cli/):
>
> The `azure-cli` deb package does not support ARM64 architecture.
>```bash
>pip install azure-cli
>```
## Installation Options
Expand Down

0 comments on commit 8d68675

Please sign in to comment.