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:
Elias Persson <[log in to unmask]>
Reply To:
Elias Persson <[log in to unmask]>
Date:
Wed, 7 May 2014 15:39:29 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
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.

ATOM RSS1 RSS2