Results 1 to 3 of 3

Thread: New Kali build cannot install pip for python2.7

  1. #1
    Join Date
    2020-May
    Posts
    3

    New Kali build cannot install pip for python2.7

    Anyone else noticed that you cannot get pip working with the latest vmware build for Kali2020? No pip, python -m pip, etc. No apt install python-pip, or packages available that will get pip working with python 2. Very odd, no issues with pip and python3. I installed a second new image to make sure it wasn't a fluke.

    Anyone have any idea what happened. Bone stock install, and pip is supposed to be included with python 2.7.17 which is the new Kali builds current version. No issues installing other software.

  2. #2
    Join Date
    2016-Oct
    Location
    London
    Posts
    46
    python 2 came to end of its life. so they removed pip from latest kali only pip3 available but you can manually install pip.
    Installing with get-pip.py

    To install pip, securely 1 download get-pip.py by following this link: get-pip.py. Alternatively, use curl:

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

    Then run the following command in the folder where you have downloaded get-pip.py:

    python get-pip.py

  3. #3
    Join Date
    2020-May
    Posts
    3
    wow... I actually should of mentioned that I had used get-pip.py but I assumed that was a hack. Sad. Thanks for replying

Similar Threads

  1. How to convert exploits from python2 to python3
    By DXS in forum General Archive
    Replies: 2
    Last Post: 2022-01-18, 17:40
  2. Replies: 17
    Last Post: 2019-04-23, 12:39
  3. Replies: 0
    Last Post: 2016-09-19, 02:02
  4. Replies: 12
    Last Post: 2014-04-24, 16:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •