mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Do not inject libs into PYTHONPATH when installed using Windows/MacOS installer
This commit is contained in:
parent
5d8a7d80eb
commit
5db309d142
1 changed files with 1 additions and 1 deletions
|
@ -3014,7 +3014,7 @@ class SCRIPTS(Notifier):
|
|||
if user_tokens and user_tokens['server_token']:
|
||||
custom_env['PLEX_USER_TOKEN'] = str(user_tokens['server_token'])
|
||||
|
||||
if self.pythonpath:
|
||||
if self.pythonpath and plexpy.INSTALL_TYPE not in ('windows', 'macos'):
|
||||
custom_env['PYTHONPATH'] = os.pathsep.join([p for p in sys.path if p])
|
||||
|
||||
if plexpy.PYTHON2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue