Python crashing when running two commands (Segmentation Fault: 11)

岁酱吖の 提交于 2019-11-27 00:27:34
Patrick Bassut

Running the following command on terminal, I got it working (Considering you're using python 3.3. Otherwise, change for the version you want):

cd /Library/Frameworks/Python.framework/Versions/3.3
cd ./lib/python3.3/lib-dynload 
sudo mv readline.so readline.so.disabled

You need to install Python 2.7.6, which includes a fix for the bug you are experiencing (interactive prompt crash on OS X 10.9).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!