For one, everything is now slower. Just to get XCode5 dev tools and multiple tabs in the finder, this is not really worth it.
On another note, I continually got this error in Python.
>>> import networkx as nx
>>> nx.Graph()
Segmentation fault: 11
This is ridiculous. Why would they break python?
I found the fix.
Pretty much, do this stuff. Who knows what it does? It works.
cd /Library/Frameworks/Python.framework/Versions/3.3
cd ./lib/python3.3/lib-dynload
sudo mv readline.so readline.so.disabled
No comments:
Post a Comment