← Back to team overview

sandbox-developers team mailing list archive

Re: small typo on CPAN install page

 

Diego,
Thanks. This is a clear example of hubris. I have a script that does the
installation in the right way. But instead than cutting and pasting I wrote
the example from memory :(

Fixed now.

Cheers

Giuseppe

On Mon, Aug 22, 2011 at 10:14 PM, Diego Medina <diego@xxxxxxxxxxxxx> wrote:

> Hi,
>
> >From the link
>
>
> http://search.cpan.org/~gmax/MySQL-Sandbox-3.0.17/lib/MySQL/Sandbox/Recipes.pm#the_ambitious_way_-_as_unprivileged_user
>
> mkdir $HOME/usr/local
>    export PATH=$HOME/usr/local/bin
>
>
> should be (on linux at least)
>
> mkdir -p  $HOME/usr/local   # if youi do not add -p. it will not
> create usr/local
> export PATH=$PATH:$HOME/usr/local/bin  ## otherwise the PATH is just
> $HOME/usr/local
>
>
> Regards,
>
>  Diego
>
>
>
> --
> Diego Medina
> Web Developer
> (305) 788-4954
> diego@xxxxxxxxxxxxx
> http://www.fmpwizard.com
>
> _______________________________________________
> Mailing list: https://launchpad.net/~sandbox-developers
> Post to     : sandbox-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~sandbox-developers
> More help   : https://help.launchpad.net/ListHelp
>



-- 
The Data Charmer
http://datacharmer.org/

References