On Thu, Aug 11, 2011 at 1:33 PM, Cody Django <[email protected]> wrote: > Hello -- I'm using pylons for a mapfish project and would love to get > the ipython interpreter working when I call paster shell. From what > I've read on the net, it should automatically use ipython if ipython > is installed.
It's been working for me. I'm on Ubuntu with a virtualenv of Pylons and the OS package of IPython. > >>> > That's not ipython... Are you sure? It could be, depending on how your ipython configuration variables are set. Can you run "python `which ipython`"? There's a paster shell argument that disables ipython, so make sure it's not being set implicitly somewhere. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
