码迷,mamicode.com
首页 > 系统相关 > 详细

Centos Linux 下安装matplotlib

时间:2016-08-08 22:39:54      阅读:1207      评论:0      收藏:0      [点我收藏+]

标签:

1:安装zlib(下载地址)

  1. tar -xf zlib-1.2.8.tar.gz
  2. cd zlib-1.2.8/
  3. ./configure
  4. make
  5. make install

2:安装libpng(下载地址)

  1. tar -xf  libpng-1.6.24.tar.gz
  2. cd libpng-1.6.24/
  3. ./configure
  4. make install

技术分享

技术分享

3:安装freetype(下载地址)

  1. tar -xf freetype-2.4.0.tar.gz
  2. cd freetype-2.4.0
  3. ./configure
  4. make
  5. make install

4:安装matplotlib(下载地址)

  1. tar -xf matplotlib-1.5.1.tar.gz
  2. cd matplotlib-1.5.1
  3. python setup.py build
  4. python setup.py install

技术分享

技术分享

检验安装效果

技术分享

大功告成

技术分享

Centos Linux 下安装matplotlib

标签:

原文地址:http://www.cnblogs.com/wlc297984368/p/5750968.html

(2)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!