Today I wanna to install the pip3 on kali linux 2016.2,
but find a question:
There only be pip2 which is package manager for python 2.7 on the kali linux 2016.2.
I try to find the question on baidu search engine, but get no useful info which makes me depressed.
Then I try to install pip3 manually.
So I go to the official site: pip official document
Then I got the easiest way that I can not image…..
just try python3 get-pip.py
of course you need to download it first.
get-pip.py
本文介绍了在Kalilinux 2016.2中手动安装pip3的过程。由于该版本默认只包含用于Python 2.7的包管理器pip2,作者通过搜索引擎未能找到解决方案后,决定手动安装pip3。最终,在官方文档指导下,通过下载并运行get-pip.py文件成功安装。
4877

被折叠的 条评论
为什么被折叠?



