简体   繁体   中英

How to fix the bash az-command not found

I am trying to install Azure CLI on my raspberry pi 3 which runs Linux OS. I followed this guide , but it gives me this error: bash az-command not found . I search online and found no solution to this error.

To install Azure CLI, the simplest way is to follow the steps in the link provided. But it seems you use the second way. So you can't run the command apt install azure-cli directly. You need to prepare the dependencies for the Azure CLI. And you also need to make sure if your network is OK. In the end, I recommend you use the first way that runs the shell script.

I am facing the exact problem. i did "docker run -it mcr.microsoft.com/azure-cli" without the quotation marks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM