AWS CLI $PATH Settings

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

    This worked for me (note: change 2.7 to your specific Python version):

    export PATH=~/Library/Python/2.7/bin/:$PATH
    

    You'll likely want to add this to the end of your .bash_profile using:

    sudo nano ~/.bash_profile
    

提交回复
热议问题