Answers for "command 'python' not found did you mean ubuntu"

-1

python command not found

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

ubuntu python --version Command 'python' not found

sudo apt install python-is-python2 
# output
# /usr/bin/python -> python2
# or
sudo apt install python-is-python3
# output
# /usr/bin/python -> python3
Posted by: Guest on July-09-2021

Code answers related to "command 'python' not found did you mean ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language