cmer / lg-tv-control-macos

Automatically wake/sleep and change the input of your LG TV when used as a monitor on macOS
129 stars 12 forks source link

Question about Python vs Python3 #1

Closed tonycassara closed 1 year ago

tonycassara commented 1 year ago

So on the latest Mac OS there's only Python3 by default. Is it a problem to just replace the python command with python3? I mentioned in the gist that my lgtv app keeps needing to be reinstalled, maybe related?

cmer commented 1 year ago

Maybe. You can likely use the built-in Python interpreter instead. I personally prefer to not rely on default interpreters because they can be old or even end up getting removed by Apple. I typically just install exactly the version I want via asdf, but showed how to install it with Homebrew in the README to keep things a bit easier for people.

Regardless of the interpreter, nothing should get deleted, however.

tonycassara commented 1 year ago

Thanks I'm taking this up with my IT department.