Please confirm these before moving forward
Describe the improvement
pipx is a specialized package installer. It can only be used to install packages with cli entrypoints.
Links:
Describe how this improvement could help users.
- Environment isolation for every package using venv
- Possibility to use different Python version (only Python 3.6+)
- It can only be used for packages with cli entries. No global libraries for coding being touched
Please confirm these before moving forward
Describe the improvement
pipx is a specialized package installer. It can only be used to install packages with cli entrypoints.
Links:
Describe how this improvement could help users.