Sunday, 23 February 2020
Interesting Snippets from 2020-02-23
-
GitHub - pipxproject/pipx: Install and Run Python Applications in Isolated Environments
pip is a general-purpose package installer for both libraries and apps with no environment isolation. pipx is made specifically for application installation, as it adds isolation yet still makes the apps available in your shell: pipx creates an isolated environment for each application and its associated packages.