Is it possible to install aws-cli package without root permission?

前端 未结 3 1674
忘掉有多难
忘掉有多难 2021-02-13 19:51

As title suggested, I haven\'t been able to find a good way to install aws-cli (https://github.com/aws/aws-cli/) without having the root access (or equivalent of

3条回答
  •  攒了一身酷
    2021-02-13 20:16

    You can install without root access with the --user flag to pip:

    pip install --user -U awscli
    

    (Hat tip to Etan Reisner who wrote this in a comment).

提交回复
热议问题