AWS CLI $PATH Settings

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

    I've just had the same error and I was able to solve it by adding the following line to my .bash_profile file:

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

    Please check the version of Python as it may be slightly different on your system. This avoids adding your username folder to the .bash_profile file.

提交回复
热议问题