Horje
ubuntu python --version Command 'python' not found Code Example
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




Shell

Related
find in files ubuntu Code Example find in files ubuntu Code Example
find git repo size Code Example find git repo size Code Example
powershell function Code Example powershell function Code Example
download a zip file using curl Code Example download a zip file using curl Code Example
linux screen list Code Example linux screen list Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10