Created
June 9, 2020 12:15
-
-
Save declon/c1132564ee81423bdd26afab9b13ccc9 to your computer and use it in GitHub Desktop.
Install pipx like a pipx install
This file contains hidden or 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 | |
mkdir -p ~/.local/pipx | |
python3 -m venv ~/.local/pipx/install | |
~/.local/pipx/install/bin/pip install --upgrade pip --quiet | |
~/.local/pipx/install/bin/pip install pipx --quiet | |
ln -s ~/.local/pipx/install/bin/pipx ~/.local/bin/pipx | |
echo "Success!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment