LoginSignup
0
0

More than 5 years have passed since last update.

Matplotlib をダウンロードする道のり

Posted at

Matplotlibをダウンロードするのがめんどいのでちょっとメモメモ

動作環境

Release: Ubuntu: 16.04

本題

#Virtualenvをダウンドードと起動
virtualenv env
. env/bin/activate
#matplotlibをダウン
ドード

matplotlibをダウンロードした際エラーが出たら、いろいろダウンロードしてみましょ。

freetypeがない場合は

sudo apt-get install libfreetype6-dev

error trying to exec 'cc1plus': execvp: No such file or directory
上記のエラーが出た場合はこれを、、

sudo apt-get install g++
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0