How to fix “pip: command not found”?

command not found

Asked on October 4, 2021 in Computer.
Add Comment
  • 1 Answer(s)

    Run this.

    • sudo easy_install pip

    Supply your password when it asks.

    Once it finishes, you can check the version of pip installed by running

    • pip -V

    If you ever have to upgrade pip, then simply run

    • pip install -U pip
    Answered on October 4, 2021.
    Add Comment
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.