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 [email protected] http://www.fmpwizard.com _______________________________________________ Mailing list: https://launchpad.net/~sandbox-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~sandbox-developers More help : https://help.launchpad.net/ListHelp

