mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Run python scripts with the same sys.executable as Tautulli
This commit is contained in:
parent
cc4ec53dac
commit
a116c26c25
1 changed files with 1 additions and 1 deletions
|
@ -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': ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue