This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Managing Python based applications is made easy with pipx . But I dislike installing pipx via a pip user install, as it results in two python utilities managing packages. So, instead I let pipx manage it’s own updates. Here’s how we can do it on a Debian system: Install python3-pip , with: $ sudo apt install python3-pip Install pipx: $ pip install --user pipx Didn’t we want avoid…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.