I have just installed the latest version of Sublime Text 3 on my Linux Pop_!OS Computer but I cannot run a python file.
When I try to build the file with python with CTRL-B
it gives me an error in the logs...
bash: python: command not found
[Finished in 0.0s with exit code 127]
[shell_cmd: python -u "/media/kevinapetrei/KEVIN USB/Files/Programming/Python Programs/Finished/HiLo Versions/HiLo-2.02/setup.py"]
[dir: /media/kevinapetrei/KEVIN USB/Files/Programming/Python Programs/Finished/HiLo Versions/HiLo-2.02]
[path: /app/utils/bin:/app/sublime_merge/bin:/app/bin:/usr/bin]
This is pretty weird because I installed a package on terminal which allows me to use command python
to run python3. (In terminal I can still run files using command python
.
What is wrong? Can I edit this to make it work somehow?