Skip to content

Instantly share code, notes, and snippets.

@JuanCrg90
Created October 8, 2015 17:40
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 JuanCrg90/592661ff4aff1d025aa0 to your computer and use it in GitHub Desktop.
Save JuanCrg90/592661ff4aff1d025aa0 to your computer and use it in GitHub Desktop.
Update the python3 symlinks to python2 in arch linux
cd /usr/bin
sudo ln -sf python2 python
sudo ln -sf virtualenv2 virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment