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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -