Skip to content

Instantly share code, notes, and snippets.

@startergo
Created October 20, 2024 18:03
Show Gist options
  • Save startergo/9ed076fbfbe590475d7f9db48701069a to your computer and use it in GitHub Desktop.
Save startergo/9ed076fbfbe590475d7f9db48701069a to your computer and use it in GitHub Desktop.
Install pip for Python 3 and make Python 3 version of pip default.
  • Run this:
pip3 install --upgrade --force pip
  • Or even more explicit:
python3 -m pip install --upgrade --force pip
  • Validate with:
pip -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment