I am trying to install matplotlib in a new virtualenv.
When I do:
pip install matplotlib
or
pip install http://so
None of the above answers worked for me in Mint, so I did:
sudo apt-get install build-essential g++