pipx
pipx copied to clipboard
Install and Run Python Applications in Isolated Environments
Python 3.8 is reaching the EOL and Python 3.13 is already released.
`pipx install`: - install if missing. - if available and in the right or wrong version (spec not respected), does nothing `pipx install --force`: - always reinstall, even if available...
**Describe the bug** Not sure if this is worth the bug report as its a super niche case that theoretically should have never happened but, I'm on Debian, I already...
**Describe the bug** Per observations noted in #791 and related issues, pipx breaks when you update Python (at least if you remove the old installation). As far as I could...
**How would this feature be useful?** `pipx run` runs binaries in an isolated virtualenv. however, it would be useful sometimes to be able to include other directories in the sys...
I installed `pyflakes` through pipx, but using the tool in another context fails, because that other context set a PYTHONPATH that interfer with `pyflakes` import. **How to reproduce** `pyflakes` installed...
**Describe the bug** When running: ``` pipx install foo --pip-args='-c https://example.com/foo/bar/constraints.txt' ``` ...in versions of pipx 1.7.0+ you get an error as follows: ``` Some possibly relevant errors from pip...
**Describe the bug** While trying to install a package (say ansible-core on some crusty outdated cygwin), it may take a very long time... the animation does not give much feedback......
**Describe the bug** pipx install considers the current working dir as import path during install. **How to reproduce** ```bash cd $(mktemp -d) echo "raise" > re.py pipx install magic-wormhole #...
**Describe the bug** / **How to reproduce** / **Expected behavior** Compare attempt to install from Pypi to local install from repo. With python3.10 default for pipx from the environment, installing...