Symbolic Link for Python2 in OSX
Latest versions of OSX have locked the bin folder as read-only so even admin users are unable to create SymLinks in that location. To create these SymLinks you must now use your local bin directory.
ln -sf /usr/bin/python2.7 /usr/local/bin/python2