[mythtv-commits] [MythTV/mythtv] 0add17: MacOS: remove hard-coded python2.6 PYTHONPATH code

billmeek noreply at github.com
Tue Jul 7 03:12:28 UTC 2020


  Branch: refs/heads/fixes/31
  Home:   https://github.com/MythTV/mythtv
  Commit: 0add177794446f98e0dfc4b40d628017e864701f
      https://github.com/MythTV/mythtv/commit/0add177794446f98e0dfc4b40d628017e864701f
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M mythtv/programs/mythbackend/main.cpp
    M mythtv/programs/mythfrontend/main.cpp
    M mythtv/programs/mythmetadatalookup/main.cpp

  Log Message:
  -----------
  MacOS: remove hard-coded python2.6 PYTHONPATH code

Based on a patch from John Hoyt, and thanks for testing
on MacOS.

This could prevent the location of Python packages in
the future if the OSX packaging sets --python=python
(for example). Currently the version is included in
the Python executable's file name:

    --python=/opt/local/bin/python3.8

Fixes #13643

(cherry picked from commit d30fd541c74a37d589548eadb9d225b2a96563ab)




More information about the mythtv-commits mailing list