Skip to content

Explicitly use Python 2.

jamesc@duke.edu requested to merge (removed):python2_shebang into master

Arch ships /usr/bin/python linked to Python3. Because Ansible, I have Python2 as well but it's not the system default. I tested the shebang on CentOS 6 and RHEL 7 and it works fine. It doesn't work on my Debian 9 containers because I don't have Python2 installed but it does work on @mccahill's jupyter-sql Debian 8 container.

Merge request reports

Loading