Thursday, November 26, 2009

How to set path on Mac Snow Leopard?

  1. Create .bashrc under your home directory.
  2. Add following information into it:
  • PATH=$PATH:/path_to_where_your_application_is/
  • export PATH

0 comments: