AWS CLI $PATH Settings

后端 未结 14 2206
悲&欢浪女
悲&欢浪女 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:36

    Try:

    PATH=/Users/fr/.local/lib/aws/bin:$PATH 
    

    (put it in .profile file)

    Also try to install aws cli with homebrew. It will add it to your path automatically.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题