Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Created October 6, 2022 16:54
Show Gist options
  • Save thiagoeh/ed47c9b3f7b9a02f0d1ac0c5110d3f02 to your computer and use it in GitHub Desktop.
Save thiagoeh/ed47c9b3f7b9a02f0d1ac0c5110d3f02 to your computer and use it in GitHub Desktop.
python pipx installation
python3 -m pip install --upgrade pip
python3 -m pip install pipx
python3 -m pipx ensurepath
# You may need to reopen your terminal shell
pipx run cowsay "pipx is awesome! "
pipx install black
black --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment