Created
June 6, 2018 11:33
-
-
Save n1mh/274bf7625cbcdfcc4b369b26e3d708dd to your computer and use it in GitHub Desktop.
Set python 3.5 as default in debian 9 (stretch)
This file contains 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
#!/bin/bash | |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.5 1 | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment