Skip to content

Instantly share code, notes, and snippets.

@webjay
Created July 6, 2011 07:30
Show Gist options
  • Save webjay/1066745 to your computer and use it in GitHub Desktop.
Save webjay/1066745 to your computer and use it in GitHub Desktop.
Howto install Pear onaMac
cd /tmp
curl -O http://pear.php.net/go-pear.phar
sudo php -d detect_unicode=0 go-pear.phar
# change installation directory to /usr/local
sudo pear update-channels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment