kali2021切换python版本

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

在这里插入图片描述

posted @ 2022-10-12 21:30  sparename  阅读(57)  评论(0)    收藏  举报