Created
October 2, 2022 09:37
-
-
Save josepsmartinez/8a112514d82f092f557af443dc904b3a to your computer and use it in GitHub Desktop.
Python: Manual pip install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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