安装ipython

简介: 1、安装epel源[root@server src]# lltotal 16484-rw-r--r--.  1 root root    14540 Jan  2 20:59 epel-release-latest-6.

1、安装epel源

[root@server src]# ll

total 16484

-rw-r--r--.  1 root root    14540 Jan  2 20:59 epel-release-latest-6.noarch.rpm

drwxr-xr-x. 18 1000 1000     4096 Jan  2 12:18 Python-2.7.11

-rw-r--r--.  1 root root 16856409 Jan  2 11:27 Python-2.7.11.tgz

[root@server src]# 

[root@server src]# 

[root@server src]# rpm -ivh epel-release-latest-6.noarch.rpm 

warning: epel-release-latest-6.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY

Preparing...                ########################################### [100%]

   1:epel-release           ########################################### [100%]

[root@server src]# 

[root@server src]# 

[root@server src]# ll /etc/yum.repos.d/

total 24

-rw-r--r--. 1 root root 1926 Nov 27  2013 CentOS-Base.repo

-rw-r--r--. 1 root root  638 Nov 27  2013 CentOS-Debuginfo.repo

-rw-r--r--. 1 root root  630 Nov 27  2013 CentOS-Media.repo

-rw-r--r--. 1 root root 3664 Nov 27  2013 CentOS-Vault.repo

-rw-r--r--. 1 root root  957 Nov  4  2012 epel.repo

-rw-r--r--. 1 root root 1056 Nov  4  2012 epel-testing.repo

[root@server src]# yum install -y python-pip

未完待续...





目录
相关文章
|
3月前
|
JavaScript 前端开发 数据可视化
50个关于IPython的使用技巧,get起来!
50个关于IPython的使用技巧,get起来!
|
3月前
|
Python
使用IPython的技巧指南
使用IPython的技巧指南
|
4月前
|
并行计算 IDE 测试技术
IPython的使用技巧
IPython的使用技巧
|
Python
python如何安装spyder?
python如何安装spyder?
373 0
python如何安装spyder?
|
数据可视化 IDE Shell
Py之ipython:Python库之ipython的简介、安装、使用方法详细攻略
Py之ipython:Python库之ipython的简介、安装、使用方法详细攻略
Py之ipython:Python库之ipython的简介、安装、使用方法详细攻略
|
Python iOS开发 MacOS