how to install pip2 in kali linux Code Example
iqcode.com › code › shellAug 27, 2021 · To use pip you will first need to install the appropriate package for your Python interpreter using apt-get. For Python 2.7 First, make sure your package tool is up-to-date with your package repositories. Do NOT apt-get upgrade! sudo apt-get update Next, use your package tool to install pip.
pip2 · PyPI
https://pypi.org/project/pip203.05.2012 · $ pip2 uninstall package Successfully uninstalled package1 $ pip2 uninstall package2 package3 Successfully uninstalled package2 package3 $ pip2 uninstall package_that_isnt_installed_or_failed_to_uninstall Failed to uninstall package_that_isnt_installed_or_failed_to_uninstall