SCIENTIFIC-LINUX-USERS Archives

May 2014

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Peter C. Chiu" <[log in to unmask]>
Reply To:
Date:
Wed, 7 May 2014 14:19:02 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (56 lines)
Hello Elias,

I have not tried the scl command with quotes as you suggested.

In the meantime, by looking into the site:
https://pypi.python.org/simple/pip/,  I managed to down load the pip tar file:

https://pypi.python.org/packages/source/p/pip/pip-1.5.5.tar.gz#md5=7520581ba0687dec1ce85bd15496 37b

By untarring it, cd and invoke

/opt/rh/python27/root/usr/bin/python2.7 setup.py install

it did generate the pip and pip2 binaries into 

/opt/rh/python27/root/usr/bin.

Using your earlier  suggestions,
/opt/rh/python27/root/usr/bin/pip2.7 install numpy
/opt/rh/python27/root/usr/bin/pip2.7 install scipy
/opt/rh/python27/root/usr/bin/pip2.7 install matplotlib

are completed, though with lots of warnings which I don't understand.

The ssl issue remains, but at least I can move on to install the next package data Access library DAL.

Many thanks again.

Regards,
Peter

-----Original Message-----
From: Elias Persson [mailto:[log in to unmask]] 
Sent: 07 May 2014 14:39
To: [log in to unmask]
Subject: Re: mirror.anl.gov: softwarecollections python2.7 numpy install issue

On 2014-05-07 15:18, [log in to unmask] wrote:
> Thanks, Elias, for your reply.
>
> # scl enable python27 easy_install numpy Unable to open 
> /etc/scl/prefixes/easy_install!
>
> Is it expecting easy_install under /etc/scl/prefixes?
>

No, it's expecting the command to be quoted, which I had missed.

    scl enable python27 'easy_install numpy'

You can enable multiple things at once, so with the unquoted cmd it thinks easy_install is another thing to be enabled.

Still, that doesn't seem to be related to the problems you're having.
-- 
Scanned by iCritical.

ATOM RSS1 RSS2