Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: 2nd Perl installation on Mac OSX

by trwww (Priest)
on Jun 26, 2009 at 00:41 UTC ( [id://774873]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /home/me/projects
    /home/me/projects/project1
    /home/me/projects/project2
    
  2. or download this
    sh Configure -de -Dprefix=/home/me/projects/project1/perl
    make
    make install
    
  3. or download this
    $ cat /home/me/projects/project1/bin/environment
    #!/bin/bash
    export PATH="/home/me/projects/project1/perl/bin:$PATH"
    
    $ chmod 775 /home/me/projects/project1/bin/environment
    
  4. or download this
    $ which perl
    /usr/bin/perl
    ...
    
    $ which perl
    /home/me/projects/project1/perl/bin/perl
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://774873]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found