← Back to team overview

sandbox-developers team mailing list archive

small typo on CPAN install page

 

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


Follow ups