Skip to content

Instantly share code, notes, and snippets.

@josepsmartinez
Created October 2, 2022 09:37
Show Gist options
  • Save josepsmartinez/8a112514d82f092f557af443dc904b3a to your computer and use it in GitHub Desktop.
Save josepsmartinez/8a112514d82f092f557af443dc904b3a to your computer and use it in GitHub Desktop.
Python: Manual pip install
#!/bin/bash
# https://pip.pypa.io/en/stable/installation/#get-pip-py
wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py &&\
python /tmp/get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment