1.pip的安装rpm -ivh epel-release-6-8.noarch.rpmyum install python-pip2.ipython的安装pip install ipythonpip install ipython==1.2.1没有外网的机器直接下载安装包ipython-1.2.1.tar.gztar zxvf ipython-...

1.pip的安装
rpm -ivh epel-release-6-8.noarch.rpm
yum install python-pip
2.ipython的安装
pip install ipython
pip install ipython==1.2.1
没有外网的机器直接下载安装包ipython-1.2.1.tar.gz
tar zxvf ipython-1.2.1.tar.gz
cd ipython-1.2.1
setup.py install
安装完成pip list 查看已经安装的模块。
沃梦达教程
本文标题为:ipython的安装(linux)


基础教程推荐
猜你喜欢
- Python基础学习之函数和代码复用详解 2022-09-02
- Python 中 Elias Delta 编码详情 2023-08-08
- Python爬取当网书籍数据并数据可视化展示 2023-08-11
- CentOS 7.5 安装 Python3.7 2023-09-03
- Centos7下安装python环境 2023-09-04
- centos系统 anaconda3(python3)安装pygrib 2023-09-04
- 四步教你学会打包一个新的Python模块 2022-10-20
- python的环境conda简介 2022-10-20
- 基于Python实现股票数据分析的可视化 2023-08-04
- ubuntu 18 python3.6 的安装与 python2的版本切换 2023-09-03