Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Last active October 13, 2021 19:21
Show Gist options
  • Save andrewp-as-is/81b7220863a1523ad02864aa75e760f0 to your computer and use it in GitHub Desktop.
Save andrewp-as-is/81b7220863a1523ad02864aa75e760f0 to your computer and use it in GitHub Desktop.
python pip #python #pip
curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py
python /tmp/get-pip.py
python -c "import pip;print(pip.__version__)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment