View Single Post
Old 07-25-2012, 06:48 PM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,860
Karma: 6120478
Join Date: Nov 2009
Device: many
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 View Post
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
KevinH is offline   Reply With Quote