I'm new to linux and I've just started using Ubuntu 20.04 LTS to get a feel for it.
I installed the snap version of Sublime Text 3 from the software centre included and set it up like I would usually do on Windows (Install package installer, download a theme and then download SublimeREPL).
However, when I try to run it I always get the error
FileNotFoundError(2, "No such file or directory: 'python'")".
I looked to see if Python was installed and which one. I had Python 3.8.2 installed so I then proceeded to update it 3.8.4.
I then tried again to see if it worked but it still doesn't work.
How can I fix this?
Thanks,
Mr Purple