余二五 2017-11-14 2469浏览量
在ubuntu 16.04 server版上安装pip、pip3、ipython2和ipython3
具体步骤如下:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
wangpeng@ubuntu:~$ sudo apt install python3-pip
wangpeng@ubuntu:~$ sudo apt install python-pip
wangpeng@ubuntu:~$ sudo pip3 install ipython
wangpeng@ubuntu:~$ wget https: //pypi .python.org /packages/f7/48/5702699caf20208d61a92157c01d1eb281093e3e02e9bcd4b5031ccea6a1/ipython-5 .4.1-py2-none-any.whl #md5=2b801f50b5e82a3fabca42b661568bf5
wangpeng@ubuntu:~$ sudo pip install ipython-5.4.1-py2-none-any.whl
wangpeng@ubuntu:~$ ipython2 Python 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]: wangpeng@ubuntu:~$ ipython3 Python 3.5.2 (default, Nov 17 2016, 17:05:23) Type 'copyright' , 'credits' or 'license' for more information
IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: |
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
集结各类场景实战经验,助你开发运维畅行无忧