Skip to content

Commit

Permalink
Python Bindings: Switch default configure selection to python3
Browse files Browse the repository at this point in the history
Previously, if configure was run without the --python switch, or
if that switch selected a version 3 executable, python2 was used.

python3 is now the default. Using --python=python2 will work, but
it isn't recommended.

Closes: #13512
  • Loading branch information
Bill Meek committed Nov 29, 2019
1 parent 260a926 commit 955eb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/configure
Expand Up @@ -2670,7 +2670,7 @@ ccache="yes"
distcc="yes"
qmake_default="qmake"
qmakespecs_default=""
python_default="python"
python_default="python3"

#Bluray
bdj_type="j2se"
Expand Down

0 comments on commit 955eb75

Please sign in to comment.