pipx
pipx copied to clipboard
Install and Run Python Applications in Isolated Environments
**Describe the bug** When injecting into a venv with a suffix using `--include-apps`, currently the injected apps do not take the venv sufix. This seems inconsistent to me. We should...
## Describe the bug In the following example, the system's headers and library of _gdal_ are in v3.2.2. Latest _gdal_ is on v3.3.2, so is _pygdal_ looking for this version,...
**Describe the bug** On Windows 10, when upgrading one or all packages, pipx prints warnings that it is overwriting the apps associated with the package being upgraded. As this is...
Hi All, not sure if this qualifies as a feature request, or if it's already possible and just needs to be documented? pipx by default installs its virtualenvs in a...
* [x] I have added an entry to `docs/changelog.md` ## Summary of changes Closes #687 ## Test plan Tested by running ``` pipx install-all packages.json ```
**How would this feature be useful?** When using `pipx run someapp`, a version of `someapp` is cached for 14 days. There could be new releases within that timeframe that could...
**How would this feature be useful?** Since 0.15 pipx got rid of the `--spec` argument, but now I can’t upgrade a package to a difference spec. Previously I could ```bash...
**Describe the bug** Exposing the shell commands of extra dependencies does not work when installing via git+ssh. It works when installing from a local directory. **How to reproduce** Create a...
pipx solves the problem of system tools depending on python installations, of which you may have one (a problem because messing with the system python is dicey), or many (a...
I would like to see this as an option to `upgrade` and `upgrade-all`, where in the case of the former it would tell you if an upgrade is available for...