bash: python: command not found code example
Example 1: bash: pip: command not found
apt-get install python3-pip
Example 2: python command not found
~/.bashrc
alias python=python3
apt-get install python3-pip
~/.bashrc
alias python=python3