Skip to content

Instantly share code, notes, and snippets.

@stepankuzmin
Created May 19, 2019 16:22
Show Gist options
  • Save stepankuzmin/8e66e96729a565d8c0091fde25a7b92a to your computer and use it in GitHub Desktop.
Save stepankuzmin/8e66e96729a565d8c0091fde25a7b92a to your computer and use it in GitHub Desktop.
Ubuntu use python3 as default
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