Skip to content

Instantly share code, notes, and snippets.

@gido
Created April 5, 2013 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gido/5318356 to your computer and use it in GitHub Desktop.
Save gido/5318356 to your computer and use it in GitHub Desktop.
Install PEAR on Alwaysdata
# configure pear on your HOME
pear config-create ~ ~/.pearrc
# Install PEAR
pear install -o PEAR
# Add bin_dir to your path
echo "export PATH=$PATH:~/pear" >> .bash_profile
@gido
Copy link
Author

gido commented Apr 5, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment