Fix python 3.6 install.

This commit is contained in:
Matt Clay
2017-01-13 14:30:41 -08:00
parent 960be799fd
commit 203e375449
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
set -o pipefail
add-apt-repository 'ppa:ubuntu-toolchain-r/test'
add-apt-repository 'ppa:jonathonf/python-3.6'
add-apt-repository 'ppa:fkrull/deadsnakes'
apt-get update -qq
apt-get install -qq \