Install AWS CLI V2 On Raspberry Pi Posted on 2021-11-02 Edited on 2024-05-13 In 随便写写 Views: Word count in article: 50 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