Skip to content

Commit

Permalink
Update py27 #61
Browse files Browse the repository at this point in the history
The default system python was 2.7.6 on the base AMI.
  • Loading branch information
konradkonrad committed Sep 1, 2016
1 parent c18cee4 commit 19087c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/ansible/build-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,17 @@
- venv: "{{ ansible_env.HOME }}/raidenvenv"

tasks:
- name: add py27 ppa
shell:
cmd: add-apt-repository ppa:fkrull/deadsnakes-python2.7 -y
sudo: yes

- name: install raiden system dependencies
apt: name="{{ item }}" update_cache=yes
sudo: yes
with_items:
- git-core
- python2.7
- python-pip
- python-dev
- python-virtualenv
Expand Down

0 comments on commit 19087c9

Please sign in to comment.