Skip to content

Instantly share code, notes, and snippets.

@pantunes
Last active March 15, 2020 16:55
Show Gist options
  • Save pantunes/2b10bd601bfadc113561b832f2e58661 to your computer and use it in GitHub Desktop.
Save pantunes/2b10bd601bfadc113561b832f2e58661 to your computer and use it in GitHub Desktop.

Set python to needed version

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2
sudo update-alternatives --config python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment