python-plexlibrary icon indicating copy to clipboard operation
python-plexlibrary copied to clipboard

Running on Windows with Python2 and PYthon3

Open andrewouellette opened this issue 5 years ago • 0 comments

Hi,

I found that it won't run due to the 1st line needing to be changed from #!/usr/bin/env python to this: #!/usr/bin/env python3

Otherwise it defaults to python27 and fails to load.

andrewouellette avatar Mar 11 '20 17:03 andrewouellette