rickrollrc icon indicating copy to clipboard operation
rickrollrc copied to clipboard

Fix video not playing on systems with no `python` binary

Open Silejonu opened this issue 2 years ago • 3 comments

Debian 11 and Ubuntu 22.04 use python3 as their Python 3 binary. python is reserved for Python 2, and is not installed by default.

This commit checks if the python binary exists on the system, and if not, uses python3 instead.

Fixes #40

Silejonu avatar Feb 09 '23 18:02 Silejonu

Tested, fixes playback on MacOS Ventura (and probably many others).

tresf avatar Feb 19 '23 03:02 tresf

Please merge!! :smiling_imp:

mattpopovich avatar Jul 06 '23 03:07 mattpopovich

similar changesets:

  • https://github.com/CryptoDragonLady/rickrollrc/pull/3
  • https://github.com/keroserene/rickrollrc/pull/37

DAcodedBEAT avatar Aug 01 '23 14:08 DAcodedBEAT