AWS CLI $PATH Settings

后端 未结 14 2398
悲&欢浪女
悲&欢浪女 2021-01-30 04:50

I am following the AWS CLI Setup guide. I have managed to successfully install the tool on my Mac OS X terminal with the following output:

Running cmd: /usr/bin/         


        
14条回答
  •  野性不改
    2021-01-30 05:39

    sometimes while classpath's are messed up on mac - you could always run to fix aws cli locally

    $ brew install awscli
    

    which would re-use and update the existing package and set up the right classpath

提交回复
热议问题