Skip to content

Instantly share code, notes, and snippets.

@gl2748
Created September 10, 2015 12:19
Show Gist options
  • Select an option

  • Save gl2748/33dc6445c6aa3b30ec94 to your computer and use it in GitHub Desktop.

Select an option

Save gl2748/33dc6445c6aa3b30ec94 to your computer and use it in GitHub Desktop.
Get drush rs working... odd
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
composer global require drush/drush:7.*
export PATH="$HOME/.composer/vendor/bin:$PATH" <-THIS ONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment