Hacker News new | ask | show | jobs
by j_baker 4622 days ago
I don't get it. Why are python dev environments broken by Mavericks?
2 comments

Someone pointed out on HN that Python gives segfault. He used a = 1000, a/1000 example. I did it on Python 3 and got the same error. It worked on Python 2 that came with Mavericks but thats about it. I'd think there are more issues.
Here's some information from python-dev about problems with Mavericks and python

https://mail.python.org/pipermail/python-dev/2013-October/12...

I don't know why they should be, but when I restarted my computer after the update I was greeted with a big fat broken virtualenv install, so I wrote this guide to help anyone else with the same problems.