Install AWS CLI V2 On Raspberry Pi Posted on 2021-11-02 In 随便写写 Views: Symbols count in article: 259 Reading time ≈ 1 mins. AWS doesn’t provide official AWS CLI V2 binary release for Raspberry Pi. To install V2 on Raspberry Pi, we have to install it from source: 1234git clone https://github.com/aws/aws-cli.gitcd aws-cli && git checkout v2sudo pip3 install -r requirements.txtsudo pip3 install . --prefix /usr/local Post author: Coding Spirit Post link: https://lzqblog.top/2021/11/02/Install-AWS-CLI-V2-On-Raspberry-Pi/ Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.