4 Jun
2014
4 Jun
'14
4:01 p.m.
On 4 Jun 2014, at 19:26, Magnus Andersson
Yes, the three exports are in my .bash_profile
Can you confirm that .bash_profile is sourced when you open a new Terminal window? E.g. what do you get with "echo $LIBTBX_BUILD"? I know I am grasping at straw at this stageā¦
I launch by:
/opt/local/bin/python2.7 PyWAXS.py
where I have my python build that contains all modules I need
but
type python
gives: python is /Library/Frameworks/Python.framework/Versions/2.7/bin/python
Any idea of what goes on here?
"echo $PATH" shall give you the answer to that! But if you launch your script PyWAXS.py with the full path /opt/local/bin/python2.7, it should not matter. Luc