Comment on IPython gets $1.15M fundingparentComments−callahad13yAre you on OS X? IPython is probably finding libedit instead of readline.Try doing an `easy_install readline` before you `pip install ipython` in your virtualenv. It should work just fine, then.
Comments
Are you on OS X? IPython is probably finding libedit instead of readline.
Try doing an `easy_install readline` before you `pip install ipython` in your virtualenv. It should work just fine, then.