Skip to content

Instantly share code, notes, and snippets.

@fabiojose
Last active December 3, 2018 13: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 fabiojose/0040017fa7e714624c0ac5e0cd1b9168 to your computer and use it in GitHub Desktop.
Save fabiojose/0040017fa7e714624c0ac5e0cd1b9168 to your computer and use it in GitHub Desktop.
sudo update-alternatives \
--install \
/usr/bin/python \
python \
/usr/bin/python2.7 \
1
sudo update-alternatives \
--install \
/usr/bin/python \
python \
/usr/bin/python3.5 \
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment