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.3
cd ./lib/python3.3/lib-dynload 
sudo mv readline.so readline.so.disabled

Leave a Comment