So, I want to start using Python 3.4.1. I've got it installed on my machine, etc, and it'll print("hello world!") and according to this post, which seems sensible, I need to leave 2.7 in place for backwards compatibility: how to change default python version?
OK great, now, what's the best way to make Python 3 "see" all my great modules I've got installed for 2.7? All my old buddies like Pandas and XLRD are like "No module named Pandas."
And yes, all my libraries are in
Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
I suspect a lot of reinstallation in my future …