I have installed python on the panel as shown below. However, when using the command to install the application, it does not work. When I use python --version
, I get the message -bash: python: command not found
. When I use python3 --version
, the version is displayed but it does not match the version on the panel. In addition, I cannot use the pip command to install and receive the same message as pip: command not found.