I have a problem while running python on Linux. I have python3 already installed.
When type python3 on the terminal I get:
python 3.9.0
When I run any program I made with for example python I get this error:
bash: python: command not found
And this happens to every Python program I try to install on my machine.