github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/roles/all/files/python27.sh (about) 1 if ! which python > /dev/null; then 2 apt-get update -qq \ 3 && apt-get install -qq python2.7 \ 4 && ln -s /usr/bin/python2.7 /usr/bin/python 5 fi