arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
354 stars 94 forks source link

Cannot run program "python". #60

Closed jeQuentY closed 2 years ago

jeQuentY commented 2 years ago

I'm running the 1.12.2 version of the mod on Ubuntu 20.04 and I get this error all the time.

image

I'm guessing it's because python isn't installed "to path". I've got everything working on my windows machine.

arpruss commented 2 years ago

Do you have python installed? What happens when you run python from the commandline?

jeQuentY commented 2 years ago

Yeah, python3.8.10 is installed. I also rebooted the system in case that had something to do with it but it won't work.

arpruss commented 2 years ago

Does running "python" from the commandline work, or do you need to type "python3"?

jeQuentY commented 2 years ago

I need to write python3

arpruss commented 2 years ago

You can go to the options for RaspberryJamMod and change it to python3 there. Or you can add a soft-link from python3 to python.

jeQuentY commented 2 years ago

Thanks a lot for your help, after a bit of trial and error i managed to get everything working. I'm really new to ubuntu and i have to learn a lot :) . Have a good one <3