ipython complaining about readline

后端 未结 4 1111
时光取名叫无心
时光取名叫无心 2020-12-13 10:08

When I install ipython on my osx and run it, I get the following warning:

 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
 site-packages/I         


        
4条回答
  •  一向
    一向 (楼主)
    2020-12-13 10:55

    Additional note to future readers of this answer.

    In my case -- running a MacPorts installation of IPython -- there were several versions of easy_install in /opt/local/bin/, but no non-versioned symlink pointing to the most current. Performing easy_install-2.7 -a readline worked.

提交回复
热议问题