Nothing (it works).Further bits and bobs (my python is installed via Homebrew)$python>>> import IPython>>> IPython.__file__'/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/__init__.pyc'Also how I normally launch IPython:$ cat `which IPython`#!/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python# -*- coding: utf-8 -*-import reimport sysfrom IPython import start_ipythonif __name__ == '__main__':sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])sys.exit(start_ipython())On Mon, Sep 8, 2014 at 2:01 PM, Nathaniel Echols <nechols@lbl.gov> wrote:_______________________________________________On Mon, Sep 8, 2014 at 1:58 PM, Oliver Zeldin <zeldin@stanford.edu> wrote:I have ipython with my usual python build, yet libtbx.ipython does not exist. I've tried libtbx.refresh, and this doesn't give me anything. What should I re-configure with libtbx.configure?What happens when you run this?python -c "import IPython"-Nat
cctbxbb mailing list
cctbxbb@phenix-online.org
http://phenix-online.org/mailman/listinfo/cctbxbb
--Stanford UniversityDr. Oliver B. ZeldinBrunger Group
_______________________________________________
cctbxbb mailing list
cctbxbb@phenix-online.org
http://phenix-online.org/mailman/listinfo/cctbxbb