Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Install (or fix the path to) python. 
https://phoenixnap.com/kb/python-command-not-found

It's working; that doesn't seem to be the issue?

(1 edit)

sudo ln -s /usr/bin/python3 /usr/bin/python

It’s in the link above under Symbolic Links. 

Basically, you need to link “python” to python3. Or just cheat and rename it every time lol. Doesn’t really matter now I guess. 

Yeah, I already opened wadsmoo.sh and added a 3 after python, so it was;

#!/bin/sh

python3 wadsmoosh.py "1$"

Rather than `python wadsmoosh.py "1$"`.