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

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


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.3cd ./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).