Re: Issues installing Python 2.7

2014-12-01 Thread Chris Angelico
On Tue, Dec 2, 2014 at 3:40 AM, wrote: > This actually worked!! It's a bare machine with nothing (except the system) > using python. Good to know! But, uhh... *what* actually worked? You've posted with no content, so we have no idea which of the several suggestions in this thread worked - and,

Re: Issues installing Python 2.7

2014-12-01 Thread billyfurlong
This actually worked!! It's a bare machine with nothing (except the system) using python. -- https://mail.python.org/mailman/listinfo/python-list

Re: Issues installing Python 2.7

2014-11-27 Thread Chris Angelico
On Fri, Nov 28, 2014 at 4:40 AM, Dennis Lee Bieber wrote: > On Thu, 27 Nov 2014 11:53:10 +1100, Steven D'Aprano > declaimed the following: > >>billyfurl...@gmail.com wrote: > >> >>> Add this to the bashrc >>> export PATH=$PATH:/opt/python2.7/bin/ >> >>I'm not so sure about that, but I don't have

Re: Issues installing Python 2.7

2014-11-27 Thread Steven D'Aprano
On Wed, 26 Nov 2014 09:09:30 -0800, billyfurlong wrote: > ./configure --prefix=/opt/python2.7 --enable-shared Do you need to install to /opt instead of the default of /usr/local/bin? I have multiple versions of Python installed on a Red Hat system (Centos, but RH should be the same) using the d

Re: Issues installing Python 2.7

2014-11-26 Thread Michael Torrie
To further explain my terse post from before (from my phone), see below. On 11/26/2014 10:09 AM, billyfurl...@gmail.com wrote: > Now the installation worked fine but shouldn't I see that it's using the > correct version??? > > I also did try to run /opt/python2.7/bin/python2.7 and it give me thi

Re: Issues installing Python 2.7

2014-11-26 Thread Steven D'Aprano
billyfurl...@gmail.com wrote: > Hi all, > > Not a python user but I'm trying to upgrade python so I can install pip > which is required for one of the apps that I'm installing. > > I've tried to install using the below instructions, but when I type python > I still get the old 2.4.3 version. Oh

Re: Issues installing Python 2.7

2014-11-26 Thread Chris Angelico
On Thu, Nov 27, 2014 at 4:09 AM, wrote: > Hi all, > > Not a python user but I'm trying to upgrade python so I can install pip which > is required for one of the apps that I'm installing. > > I've tried to install using the below instructions, but when I type python I > still get the old 2.4.3 v

Issues installing Python 2.7

2014-11-26 Thread billyfurlong
Hi all, Not a python user but I'm trying to upgrade python so I can install pip which is required for one of the apps that I'm installing. I've tried to install using the below instructions, but when I type python I still get the old 2.4.3 version. Oh Red Hat 5.8 is where I'm installing on.