How to Install Python 2 Pip2 on Kali Linux with Python 3 Pip Installed

Asked 2 years ago, Updated 2 years ago, 112 views

I am using Kali Linux 2020.2.
Python 3.8.6 and pip 20.1.1 are currently installed.
pip is installed in /usr/lib/python3/dist-packages/pipe and is used for Python 3.

I have Python 2.7.18 installed separately, and I want to install pip2 for Python 2, but I don't know how to install it.
Could someone tell me how to install pip2?

python pip

2022-09-30 19:53

1 Answers

#curl https://bootstrap.pypa.io/get-pip.py-o get-pip.py
# python get-pip.py 

resolved in .


2022-09-30 19:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.