Created
October 8, 2015 17:40
-
-
Save JuanCrg90/592661ff4aff1d025aa0 to your computer and use it in GitHub Desktop.
Update the python3 symlinks to python2 in arch linux
This file contains 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
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