I'm trying to install software in kali that requires my Python version to be 3.6.9 or lower.
I also need to install pip to install requirements.
I have Python3.6.9 installed and when I run #apt-get install python3-pip
It also updates my Python version to 3.10
Is there a way to get pip installed without upgrading my python version?