There was an error while loading. Please reload this page.
2 parents 35241af + 625004f commit 6308bedCopy full SHA for 6308bed
1 file changed
.circleci/config.yml
@@ -5,10 +5,10 @@ step-library:
5
run:
6
name:
7
command: |
8
- sudo apt-get update && sudo apt-get install python
+ sudo apt-get update && sudo apt-get install python3 python3-distutils
9
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
10
- sudo python get-pip.py
11
- sudo apt-get install python-dev
+ sudo python3 get-pip.py
+ sudo apt-get install python3-dev
12
pip install awscli --upgrade --user
13
pip install awsebcli --upgrade --user
14
0 commit comments