1.kali2020没有pip3
安装pip3
- 命令
curl -s https://bootstrap.pypa.io/get-pip.py | python3 - 查看安装版本
pip -V
安装pip2
- 命令
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python2 get-pip.py
查看pip2和pip3的版本
- pip2 -V
- pip3 -V
本文标题:kali遇到的问题
本文链接:https://www.haomeiwen.com/subject/amjxektx.html
网友评论