I have freshly installed Mac OS 10.8 Mountain Lion and I have noticed that the PHP version the system is using is not the one associated to MAMP.
I used to modify my PATH variable to point my OS to use a different BIN folder for PHP but I just cant find where to modify the PATH variable in 10.8 anymore.
I created a .profile and look into the .bash_profile
file as well but the OS keeps on using
/usr/bin/php
as the default PHP installation instead of
/Applications/MAMP/bin/php/php5.3.14/bin
Where can I find the system PATH variable setting?