Created
May 19, 2019 16:22
-
-
Save stepankuzmin/8e66e96729a565d8c0091fde25a7b92a to your computer and use it in GitHub Desktop.
Ubuntu use python3 as default
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
| apt-get update | |
| apt-get install python3 | |
| update-alternatives --install /usr/bin/python python /usr/bin/python3 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment