Answers for "python: command not found"

4

bash: pip: command not found

apt-get install python3-pip
Posted by: Guest on October-11-2020
-1

python command not found

~/.bashrc
alias python=python3
Posted by: Guest on January-15-2021
4

'python' is not recognized as an internal or external command

Did you add python to PATH when you downloaded it?
If not, redownload it and make sure you tick the box that says 'add Python to PATH'.
Posted by: Guest on August-22-2020

Browse Popular Code Answers by Language