kali2021切换python版本

203 阅读1分钟

Python2<<Python3

> update-alternatives --install /usr/bin/python python /usr/bin/python3 150
update-alternatives: using /usr/bin/python3 to provide /usr/bin/python (python) in auto mode
update-alternatives --install /usr/bin/python python /usr/bin/python2 100
python --version
Python 3.9.1+

在这里插入图片描述
下载pip文件

apt-get install python3-pip

在这里插入图片描述

pip3 --version

在这里插入图片描述