1python与ipython的下载与安装
Posted 风中之铃
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1python与ipython的下载与安装相关的知识,希望对你有一定的参考价值。
1、ipython的下载与安装
下载链接:
https://github.com/ipython/ipython/releases
https://pypi.org/project/ipython/#files ##我下在的是ipython-6.5.0.tar.gz
安装:
tar zxf ipython-6.5.0.tar.gz -C ./
cd ipython-6.5.0
python setup.py build
python setup.py install
python setupegg.py build
python setupegg.py install
2、python的下载与安装
下载:
https:
//www.python.org/ftp/python
安装:
tar -zxvf Python-3.6.1.tar.xz
cd Python-3.6.1
./configure --prefix=/usr/local/python3
make && make install
ln -s /usr/local/python3/bin/* /usr/local/bin/
以上是关于1python与ipython的下载与安装的主要内容,如果未能解决你的问题,请参考以下文章