Skip to content

Instantly share code, notes, and snippets.

@alfredobarron
Last active February 26, 2018 19:57
Show Gist options
  • Save alfredobarron/f894a5c3756b21c89f8bf42941bb2c2f to your computer and use it in GitHub Desktop.
Save alfredobarron/f894a5c3756b21c89f8bf42941bb2c2f to your computer and use it in GitHub Desktop.
paths php5, mysql, mongodb & .composer
// Edit
$ nano ~/.bash_profile
export PATH=/usr/local/php5/bin:$PATH;
export PATH=/usr/local/mysql/bin:$PATH;
export PATH=$HOME/.composer/vendor/bin:$PATH;
export PATH=/usr/local/mongodb/bin:$PATH;
// Restart
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment