AWS CLI $PATH Settings

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

    If you have Anaconda version of python on your system, please use conda to install awscli:

    conda install -c conda-forge awscli
    

提交回复
热议问题