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

billmeek noreply at github.com
Tue Jul 7 03:10:46 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: d30fd541c74a37d589548eadb9d225b2a96563ab
      https://github.com/MythTV/mythtv/commit/d30fd541c74a37d589548eadb9d225b2a96563ab
  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




More information about the mythtv-commits mailing list