Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have attached a screen grab of what I see when I run those commands in terminal + other weirdness and from what I know linux runs in a container but google uses the words VM as well to describe it so your guess is as good as mine, I am only on this because well my main laptop died this week and for the foreseeable future this is all I have.

 

Ahh, okay so it appears that you have "python2" and "python3" executables on your system but it doesn't alias either to "python" the way that pretty much any distro would do. In that case it's probably simple: type "python3 wadsmoosh.py", or edit wadsmoosh.sh to use python3 instead of just python.

that worked and thank you