I have recently installed on Mac OS X Lion 10.7.4 the GDAL Framework 1.9 with Python bindings from [http://www.kyngchaos.com/software:frameworks][1].
I need to add the following Programs folder to my ~/.bash_profile as described in the ReadMe file:
export PATH=/Library/Frameworks/GDAL.framework/Programs:$PATH
This is what's currently on my ~/.bash_profile:
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
What is the right syntax for adding the new path?
I am new with everything (Mac, Python and GDAL) so please excuse me if I wasn't clear.
Many Thanks
Andrea
