Release: Ubuntu: 16.04
#Download and launch Virtualenv
virtualenv env
. env/bin/activate
#Down matplotlib
Dodo
If you get an error when you download matplotlib, try downloading various things.
If there is no freetype
sudo apt-get install libfreetype6-dev
error trying to exec 'cc1plus': execvp: No such file or directory If you get the above error,
sudo apt-get install g++
Recommended Posts