> On 26 Nov 2014, at 2:00 PM, Chris Barker <[email protected]> wrote: > > On Wed, Nov 26, 2014 at 12:13 PM, Scott Clausen <[email protected] > <mailto:[email protected]>> wrote: > I’ve been searching the sites to find out how to set the latest version of > Python, 3.4.2, as the default version. So far I’ve not been able to do so. > > you put it first on your PATH in .bash_profile > > If you installed from the dmg on python.org <http://python.org/>, it should > have done that for you. >
Though you might want to consider that there are other Python clients around that might not like Python 3 all that well. I’ve seen a suggestion floating around (Stack Overflow IIRC) that one might create a ‘python3’ alias, and hash-bang to that where needed. Or whatever.
_______________________________________________ Pythonmac-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
