Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, uhm... I'm having an error, I'm not sure what's up. I'm a bit dumb, or at least, I'm not super familiar with Linux, but its what I got, so...

I'm getting this error; 'wadsmoo.sh: line 2: python: command not found'

... what does this mean? I'm not sure what to do about this... I did dig through the README but... it didn't really help with this, I've also dug through oh so many forums hoping to find something but I've got nothing at all.

Which OS are you running wadsmoo.sh from?

(1 edit)

I got it; I opened the wadsmoo.sh and changed 'python' to 'python3', and it seems to be working now :)

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$"`.