Installing IPython using pip on CentOS

Posted OS Knowledge Base

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Installing IPython using pip on CentOS相关的知识,希望对你有一定的参考价值。

1. First to install pip

# wget https://bootstrap.pypa.io/get-pip.py
# python get-pip.py

2. Install iPython by pip

# pip install ipython

 

Refer Link:

http://ipython.readthedocs.io/en/stable/install/install.html#installing-ipython-itself
https://pip.pypa.io/en/stable/installing/

 

以上是关于Installing IPython using pip on CentOS的主要内容,如果未能解决你的问题,请参考以下文章

kubernetes installing and using

Installing Oracle Database 18c Using RPM Packages

[Yarn] Use Yarn dlx to Execute Packages without Installing Them

[Typescript] Installing Promise Type Definitions Using the lib Built-In Types

Installing MySQL on Microsoft Windows Using a noinstall Zip Archive

mysql5.7 Installing MySQL on Microsoft Windows Using a noinstall Zip Archive(mysql解压版安装)