We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522d0ca commit 09f46bfCopy full SHA for 09f46bf
.circleci/config.yml
@@ -17,7 +17,7 @@ install_build_dependency: &install_build_dependency
17
command: |
18
apt update
19
apt install jq -y
20
- apt install python -y
+ apt install python3-pip python-is-python3 -y
21
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
22
unzip awscli-bundle.zip
23
./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
0 commit comments