Make launcher prefer python over python3
commit9a8d292681ac540894dce3fe998be0068dfa2df5
authorAnish Athalye <me@anishathalye.com>
Wed, 26 Jun 2019 19:00:07 +0000 (26 15:00 -0400)
committerAnish Athalye <me@anishathalye.com>
Wed, 26 Jun 2019 19:00:07 +0000 (26 15:00 -0400)
treef6fe09d7b8d35e074c591f130dd56db535fa6481
parent8454021d667fdec2897fa03e977677efca5cfe6a
Make launcher prefer python over python3

This patch makes the launcher script prefer `python`, when present, over
`python3`. This way, the launcher uses the user's preferred `python`
(which is often set up as a symbolic link to a particular python2.x or
python3.x), when available.
bin/dotbot