Skip to content

Instantly share code, notes, and snippets.

@jhouedanou
Created March 19, 2014 10:46
Show Gist options
  • Save jhouedanou/9639307 to your computer and use it in GitHub Desktop.
Save jhouedanou/9639307 to your computer and use it in GitHub Desktop.
pear config-create ${HOME} ${HOME}/.pearrc;pear install -o PEAR;echo "export PHP_PEAR_PHP_BIN=/usr/local/php53/bin/php" >> ~/.bash_profile;echo 'export PATH=${HOME}/pear:/usr/local/php53/bin:${PATH}' >> ~/.bash_profile;. ~/.bash_profile;pear channel-discover pear.drush.org;pear install drush/drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment