Run python scripts with the same sys.executable as Tautulli
This commit is contained in:
@@ -2969,7 +2969,7 @@ class SCRIPTS(Notifier):
|
|||||||
'.php': 'php',
|
'.php': 'php',
|
||||||
'.pl': 'perl',
|
'.pl': 'perl',
|
||||||
'.ps1': 'powershell -executionPolicy bypass -file',
|
'.ps1': 'powershell -executionPolicy bypass -file',
|
||||||
'.py': 'python',
|
'.py': 'python' if plexpy.FROZEN else sys.executable,
|
||||||
'.pyw': 'pythonw',
|
'.pyw': 'pythonw',
|
||||||
'.rb': 'ruby',
|
'.rb': 'ruby',
|
||||||
'.sh': ''
|
'.sh': ''
|
||||||
|
Reference in New Issue
Block a user