Skip to content

Commit

Permalink
Make Python interpreter choice more explicit: choose newest available.
Browse files Browse the repository at this point in the history
Previously we just took whatever `python3 would end up being. However,
the actual application may require something better (or even we might
need something better) and there are environments where multiple
Python 3 interpreters are available. In this situation we now
choose the newest one available.
  • Loading branch information
ctheune committed Sep 28, 2020
1 parent 6998ce7 commit c0c23a7
Showing 1 changed file with 158 additions and 100 deletions.
Loading

0 comments on commit c0c23a7

Please sign in to comment.