Install numpy for mac

broken image
broken image

I think this is the python located in /usr/bin/python. I want to install pip for python 2.7 on my Mac.

broken image

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.

broken image

We can install NumPy, SciPy and Matplotlib with: 1 pip install numpy 2 pip install scipy 3 pip install matplotlib.