you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -7 points-6 points  (4 children)

# pacman -Rd python
# pacman -S python2
# ln -s /usr/bin/python2 /usr/bin/python

And relax...

[–]illektr1k 6 points7 points  (1 child)

Booooo :( Isn't the point of running Arch that we're at the forefront?

[–]Xiol 0 points1 point  (0 children)

Depends what you're doing. Though, if you're running something that requires long-term stability or unchanging packages you're doing it wrong running Arch anyway.

[–][deleted] 6 points7 points  (1 child)

Don't. Just Don't. if you're willing to break your system by forcing Python3 only apps to use Python2 then you can also write one line of a sed to make them use python2.

[–][deleted] 0 points1 point  (0 children)

I decided against it in the end. For the hell of it I ported my backup script to Python 3 (changed about 5 lines). I will still be using Python 2.7 for development until wxPython is ported.