View Single Post
Posts: 3 | Thanked: 0 times | Joined on Jan 2010 @ St Louis, MO
#7
Thank you for the files. It's nice to have a more useful build of python available

Edit
To make my life easier and to avoid messing with the existing python env I went with the shell alias:method so that when I type python it uses 2.7 vs 2.5 yet when system apps look for python they should still use the version they are expecting.
Code:
alias python=/usr/local/bin/python2.7

Last edited by kc0nlh; 2016-06-23 at 07:50.