Last active
February 26, 2018 19:57
-
-
Save alfredobarron/f894a5c3756b21c89f8bf42941bb2c2f to your computer and use it in GitHub Desktop.
paths php5, mysql, mongodb & .composer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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