Skip to content

Instantly share code, notes, and snippets.

@n1mh
Created June 6, 2018 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1mh/274bf7625cbcdfcc4b369b26e3d708dd to your computer and use it in GitHub Desktop.
Save n1mh/274bf7625cbcdfcc4b369b26e3d708dd to your computer and use it in GitHub Desktop.
Set python 3.5 as default in debian 9 (stretch)
#!/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