I think this is the python located in /usr/bin/python. I want to install pip for python 2.7 on my Mac.
Fire up Python, import scipy and print the version of the installed library. As a side note, when you are in an active environment you can use the python command to invoke the Python interpreter, no need to use the version number.
We can install NumPy, SciPy and Matplotlib with: 1 pip install numpy 2 pip install scipy 3 pip install matplotlib.