Answers for "python --version python was not found;"

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 "python --version python was not found;"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language