python安装numpy、pandas-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 1931824
  • 博文数量: 176
  • 博客积分: 1857
  • 博客等级: 上尉
  • 技术积分: 2729
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-14 22:55
个人简介

吾生有涯,而知无涯,适当止学.循序渐进,步步提升 talk is cheap, show me the code.

文章分类

全部博文(176)

文章存档

2019年(1)

2018年(14)

2017年(20)

2016年(31)

2015年(15)

2014年(5)

2013年(10)

2012年(80)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: python/ruby

2018-04-27 14:57:50

需求:每次初始化环境都需要安装,浪费一天时间,今天把过程记录下来,以便未来需要安装的可能性

1.python 2.x 安装
wget
tar zxvf python-2.7.xxx.tgz

2.编译python 2.x
./configure --enable-optimizations
make && make install

3.安装pip
当然也有网络问题,可以直接在离线环境中下载这个文件,上传。
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

安装部署pip
python get-pip.py
4.安装numpy
pip install numpy

5.安装pandas
这里在线安装失败,可以离线安装。下载tar.gz文件如下:

1)解压缩:
tar -zxvf pandas-0.16.2.tar.gz

2)进入解压后的文件夹:
cd pandas-0.16.2

3)安装pandas:
python setup.py install

这里基本就安装了numpy和 
pandas

阅读(2164) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图