Re: [CentOS] Centos6.8 and Python33

2017-02-06 Thread Patrick Begou
Pete Biggs wrote: On Mon, 2017-02-06 at 13:07 +0100, Patrick Begou wrote: I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root@sge ~]$ yum install python33 python33-python-tools [root@sge ~]$ scl enable python33 bash

Re: [CentOS] Centos6.8 and Python33

2017-02-06 Thread Pete Biggs
On Mon, 2017-02-06 at 13:07 +0100, Patrick Begou wrote: > I've some trouble with installing numpy in python 3.3 on Centos 6.8 as > installation request a different python version... > > [root@sge ~]$ yum install python33 python33-python-tools > [root@sge ~]$ scl enable python33 bash >

[CentOS] Centos6.8 and Python33

2017-02-06 Thread Patrick Begou
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root@sge ~]$ yum install python33 python33-python-tools [root@sge ~]$ scl enable python33 bash = *this load Python 3.3.2* === [root@sge ~]$ easy_install pip