Answers for "ubuntu python --version Command 'python' not found"

0

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 "ubuntu python --version Command 'python' not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language