PIP 2 installation
in last few weeks I’ve seen people are asking for how to install pip2 in latest Kali linux, here is the answer. once installation is done, you can find it as pip2
and then you can use it to install pip2
i.e. python 2.7
modules.
how to?
download the script and run here is how:
wget https://gist.githubusercontent.com/anir0y/a20246e26dcb2ebf1b44a0e1d989f5d1/raw/a9908e5dd147f0b6eb71ec51f9845fafe7fb8a7f/pip2%2520install -O run.sh
chmod +x run.sh #wget will save the output as run.sh
./run.sh #execute to install the pip2
wait till it shows, “DONE!”
you’re good to go!