Last active
March 28, 2019 22:23
-
-
Save milkpirate/477748634876184c2ca9e099fbb20cc2 to your computer and use it in GitHub Desktop.
Python update alternatives - summary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 | |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2 | |
update-alternatives --list python | |
sudo update-alternatives --config python | |
sudo update-alternatives --set pager /bin/less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment