keroserene / rickrollrc

Rick Astley invades your terminal.
1.38k stars 157 forks source link

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

Open Silejonu opened 1 year ago

Silejonu commented 1 year ago

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

tresf commented 1 year ago

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

mattpopovich commented 1 year ago

Please merge!! :smiling_imp:

DAcodedBEAT commented 1 year ago

similar changesets: