Hi,
Have you tried simply adding your environment variables to a .bash_profile file found in your home directory.
Mine says the following:
kbhend$ cat .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
export CALIBRE_DEVELOP_FROM=/Users/kbhend/calibre_trunk/calibre/src
This should still work given the unix underpinnings of Mac OS X and the use of the bash shell.
Please let us know if this works for you or not as I am thinking of upgrading to ML but wanted to make sure my development environment still worked.
Thanks,
KevinH
Quote:
Originally Posted by GRiker
Another stumble - bzr explorer is not working after the update to 10.8. There's no environment variable PYTHON_PATH including the location of the bzrlib file.
UPDATE:
I reinstalled bzr explorer ( version 2.5) and now it's working again.
G
|