Install Pip, PIP3, Ipython2, and Ipython3 on Ubuntu 16.04 Server Edition
The steps are as follows:
[Email protected]:~$ sudo apt install python3-pip[email protected]:~$ sudo apt install python-pip[email protected]:~$ sudo pip3 install ipython[ email protected]:~$ wget https://pypi.python.org/packages/f7/48/ 5702699caf20208d61a92157c01d1eb281093e3e02e9bcd4b5031ccea6a1/ipython-5.4.1-py2-none-any.whl#md5= 2b801f50b5e82a3fabca42b661568bf5[email protected]:~$ sudo pip install ipython-5.4.1-py2-none-any.whl[email protected]:~$ ipython2python 2.7.12 (default, NOV 19 2016, 06:48:10) Type "copyright", "credits" or "license" For more information. Ipython 5.4.1 -- an enhanced interactive python.? -> introduction and overview of ipython ' S features.%quickref -> quick reference. Help -> python ' s own help system.object? -> Details about ' object ', use ' object?? ' for extra details. in [1]: [email protected]:~$ ipython3python 3.5.2 (default, Nov 17 2016, 17:05:23) Type ' copyright ', ' credits ' or ' license ' for More informationipython 6.1.0 -- an enhanced interactive python. type '? ' for help. IN [1]:
This article is from the "LINUX" blog, so be sure to keep this source http://wangpengtai.blog.51cto.com/3882831/1963286
Ubuntu 16.04 installs Pip, PIP3, Ipython, and Ipython3