Trying to Install AWS CLI, stuck on a step

后端 未结 6 1350
甜味超标
甜味超标 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:19

    I fixed this by adding a line to the 'aws' script just before the import (line 19). So now the file reads:

    sys.path.append('/Users//.local/lib/aws/lib/python2.7/site-packages/')
    import awscli.clidriver
    

提交回复
热议问题