Skip to content

Instantly share code, notes, and snippets.

@zhangzhiqiangcs
Created October 19, 2018 07:16
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 zhangzhiqiangcs/b099cbab7ecfcff7ec6d67c40b837673 to your computer and use it in GitHub Desktop.
Save zhangzhiqiangcs/b099cbab7ecfcff7ec6d67c40b837673 to your computer and use it in GitHub Desktop.
ubuntu修改默认python为python3
rm /user/bin/python
ln -s /usr/bin/python3.5 /usr/bin/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment