Wednesday, November 17, 2021

Set default python version in ubuntu

ls -al `which python3`
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
python --version

Followers