OS: Mac OS X 10.7.5 Python Ver: 2.7.5
I have installed setuptools 1.0 with ez_setup.py from https://pypi.python.org/pypi/setuptools Then I download pip.1.4.1 pkg fr
Here's a minimal set of instructions for upgrading to Python 3 using MacPorts:
sudo port install py37-pip sudo port select --set pip pip37 sudo port select --set pip3 pip37 sudo pip install numpy, scipy, matplotlib
I ran some old code and it works again after this upgrade.