Everything you've shown has to do with installing cpanminus, not Inline::Python. You may discover Inline::Python issues next, but not until you've gotten past getting a CPAN installer up and running. If you do want to use cpanminus to do your CPAN installs, be sure to read the documentation: App::cpanminus. There you'll find tips for a simple installation of this utility, which differ from the strategy you're following.

If the steps listed in the module's documentation still fail to result in a successful installation of App::cpanminus, follow up here with an explanation of the failure as it applies to your following the official instructions.

Update: If you don't have proper permissions you can always use perlbrew and local::lib to set up your own library where you do have permissions. But then when you go to production you'll run into the problem of not having the necessary dependencies, and not having made prior arrangements to have them installed. The problem won't go away until that gets resolved.


Dave


In reply to Re: Issues with installing Inline::Python by davido
in thread Issues with installing Inline::Python by sbc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.