Usefull commands

Install pip

python -c 'import urllib, sys;print(urllib.urlopen(sys.argv[1]).read())' https://bootstrap.pypa.io/get-pip.py | python - --user

Paste Vxn_uUur
mkdir -p "$HOME/.config/pip"

cat << EOF >> "$HOME/.config/pip/pip.conf"
[install]
user = yes
EOF