Created
January 19, 2018 17:11
-
-
Save goddoe/c8b3cd82e1fa6ca32af8def611df5e5d to your computer and use it in GitHub Desktop.
make python3 as default python in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ln `which python3` $(dirname `which python3`)/python | |
| ln `which pip3` $(dirname `which pip3`)/pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment