Good question. Somehow there is a python in /usr/local/bin that is python 3. I probably put it there while experimenting with something at some point.
On Mon, Jul 20, 2015 at 6:34 PM Stephen Gallagher <[email protected]> wrote: > On Mon, Jul 20, 2015 at 6:54 PM Matt Sawyer <[email protected]> wrote: > >> Good to know. I'm mostly Python-illiterate...is there a way to make >> easy_install use python2.7? My organization just now requested that we >> upgrade from 0.5.x to 0.6.3, hence the reason I'm using this version now. >> > > Where did you get your copy of Python? It's actually a violation of Python > Foundation rules for '/usr/bin/easy_install' or '/usr/bin/python' to refer > to the Python 3 version of the language. It's supposed to be required that > the Python 3 version be named '/usr/bin/easy_install-3' and > '/usr/bin/python3' (with aliases for easy_install-3.4 and pyrhon3.4, etc.) > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to a topic in the > Google Groups "reviewboard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/reviewboard/AnF5El2RbfA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
