Trying to Install AWS CLI, stuck on a step

后端 未结 6 1335
甜味超标
甜味超标 2021-02-01 17:06

Im trying to install aws for the mac command line, I guess I dont understand what I need to do I installed the aws bundle with wget on the terminal, unziped it did everything, b

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 17:31

    try adding below lines to ~/.bash_profile:

    export LC_ALL=en_US.UTF-8
    export LANG=en_US.UTF-8
    

提交回复
热议问题