Skip to content

Commit 6308bed

Browse files
Merge pull request #410 from grassrootza/circle-aws-py3
Upping Python to 3 for AWS in CircleCI
2 parents 35241af + 625004f commit 6308bed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ step-library:
55
run:
66
name:
77
command: |
8-
sudo apt-get update && sudo apt-get install python
8+
sudo apt-get update && sudo apt-get install python3 python3-distutils
99
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
10+
sudo python3 get-pip.py
11+
sudo apt-get install python3-dev
1212
pip install awscli --upgrade --user
1313
pip install awsebcli --upgrade --user
1414

0 commit comments

Comments
 (0)