osx - Mac $PATH executables not available in Terminal -
i'm new mac , trying add things $path can call things "mysql" , "mongod" anywhere on terminal. here's current .bash_profile. doing wrong? running osx yosemite 10.10.5
# additional binary folders export path=$path:/users/iqm377/bin # mongodb export path=$path:/users/iqm377/mongodb-osx-x86_64-3.0.5/bin # mysql export path=$path:/users/iqm377/xampp/bin
Comments
Post a Comment