How to uninstall aws-cli

后端 未结 6 1476
无人及你
无人及你 2020-12-29 03:05

I am trying to set up an \"Amazon Elastic Container Registry\" but I get the following error when using this command: aws ecr get-login --no-include-email --region us-

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 03:55

    First try to get the path of the installation by using this command in Linux or mac

    which aws-cli
    

    After you get the installation location try removing the directory by using

    sudo rm -rf "/path resultant from previous command"
    

提交回复
热议问题