Chinaunix首页 | 论坛 | 博客

OPS

  • 博客访问: 485536
  • 博文数量: 117
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1210
  • 用 户 组: 普通用户
  • 注册时间: 2015-05-05 14:50
个人简介

hellow 运维

文章分类

全部博文(117)

文章存档

2019年(1)

2018年(1)

2017年(45)

2016年(38)

2015年(32)

我的朋友

分类: 系统运维

2016-09-27 10:25:51

[root@hanye147 ~]# yum install gcc make openssl openssl-devel zlib* -y
[root@hanye147 ~]# curl -Lk | xz -d | tar x -C ./ && cd Python-3.4.5/
[root@hanye147 ~/Python-3.4.5]# ./configure --prefix=/usr/local/python_3.4.5 && make -j $(awk '/processor/{i++}END{print i}' /proc/cpuinfo) && make install
[root@hanye147 ~/Python-3.4.5]# echo 'export PATH=/usr/local/python_3.4.5/bin:$PATH' > /etc/profile.d/py3.sh && . /etc/profile.d/py3.sh
[root@hanye147 ~/Python-3.4.5]# curl | python3.4
[root@hanye147 ~/Python-3.4.5]# pip3 install jupyter
[root@hanye147 ~/Python-3.4.5]# ipython -c "print ('hello')"
hello
[root@hanye147 ~/Python-3.4.5]# ipython -V
5.1.0


阅读(763) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~