Skip to content

Instantly share code, notes, and snippets.

@mrnabati
Created October 13, 2019 20:39
Show Gist options
  • Save mrnabati/d75adc9a00d5266513c9ceb2094dc64e to your computer and use it in GitHub Desktop.
Save mrnabati/d75adc9a00d5266513c9ceb2094dc64e to your computer and use it in GitHub Desktop.
Script to install pip for python3
#!/bin/bash
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py --user
python get-pip.py --user --force
rm get-pip.py
mkdir -p $HOME/.config/pip
ln -s $PWD/conf/pip.conf $HOME/.config/pip/
pip3 install setuptools --upgrade --user
pip install setuptools --upgrade --user
@swipswaps
Copy link

Why is get-pip.py garbled?
//reference
"""...
asP)h*<6ay3h000O8ldVxv+XnpBr33%~(+gvDgXcg0000000000q=BO?765Q*a4%nWWo3|axZsfVr
6b)Z)9n1XLB!jUv+b3a$jU+W@&C^WG--dP)h{{00000cL8?+V08chkTMnk000
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment