Skip to content

Instantly share code, notes, and snippets.

@goddoe
Created January 19, 2018 17:11
Show Gist options
  • Select an option

  • Save goddoe/c8b3cd82e1fa6ca32af8def611df5e5d to your computer and use it in GitHub Desktop.

Select an option

Save goddoe/c8b3cd82e1fa6ca32af8def611df5e5d to your computer and use it in GitHub Desktop.
make python3 as default python in linux
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