I've had much better luck with the IUS Community release of python2.7:

  sudo yum install 
http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/ius-release-1.0-11.ius.centos6.noarch.rpm
 &&
  sudo yum --enablerepo=ius install python27-distribute &&
  sudo easy_install-2.7 pip

which leaves you with:

  /usr/bin/python2.7
  /usr/bin/easy_install-2.7
  /usr/bin/pip2.7

-scott
________________________________________
From: [email protected] 
<[email protected]> on behalf of Javier Ruiz 
Aranguren <[email protected]>
Sent: Sunday, May 11, 2014 1:04 PM
To: [email protected]
Subject: Setting up python27 + spyder environment

I wanted to set up a python27 + spyder IDE environment in SL65. I also
wanted to control this environment so I could set up another for python33=
 in
the future.

This is what I did:

Install python27 with yum from softwarecollections repo:
http://ftp.scientificlinux.org/linux/scientific/6.4/x86_64/external_produ=
cts/softwarecollections/
That installed python27 in opt/rh/root/...

Then I wanted to enable pip and then install spyder IDE. spyder IDE needs=

qtwebkit and PyQt4-webkit. So I used yum again but it installed those
packages for system python instead of python27. So the spyder IDE fails t=
o
launch because it misses PyQt4.

Please provide me with some clues in order to set up this environment (I
might start from scratch) without messing everything from the beginning.
Thank you.

Reply via email to