pipx icon indicating copy to clipboard operation
pipx copied to clipboard

Install and Run Python Applications in Isolated Environments

Results 280 pipx issues
Sort by recently updated
recently updated
newest added

Bumps [mhausenblas/mkdocs-deploy-gh-pages](https://github.com/mhausenblas/mkdocs-deploy-gh-pages) from 1.24 to 1.25. Commits b1bb7cb fix: set workspace as safe directory (#183) 36dca94 Bump squidfunk/mkdocs-material from 8.2.6 to 8.3.8 (#182) 69d7ac5 Bump actions/checkout from 3.0.1 to 3.0.2...

dependencies

**Describe the bug** After the system's python version upgraded (for example, 3.9 -> 3.10), `pipx upgrade-all` fails with `pip` module issue (this is kinda expected): ``` $ pipx upgrade-all /home/fishy/.local/pipx/shared/bin/python:...

bug

**How would this feature be useful?** This would make `pipx run` immensely more user friendly and easier to type without resorting to a readme or scanning the `--help` for the...

enhancement
help wanted

I don't have sudo access on ubuntu 20.04 and i try to use pipx to setup some tools for me, e.g., `pipx install poetry`. However, I got error ``` The...

enhancement
help wanted

* [x] I have added an entry to `docs/changelog.md` ## Summary of changes Add python 3.11 to github workflows and test matrixes ## Test plan CI tests pass

**Describe the bug** I was surprised to discover that `pipx install package>=1.2.3` would do nothing is a previous version is already installed, even if that is older than the version...

```console + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pipx-0.16.2.1-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pipx-0.16.2.1-2.fc35.x86_64/usr/lib/python3.8/site-packages + /usr/bin/python3 -Bm pytest -ra =========================================================================== test session starts ============================================================================ platform linux -- Python 3.8.9, pytest-6.2.3, py-1.10.0, pluggy-0.13.1 rootdir: /home/tkloczko/rpmbuild/BUILD/pipx-0.16.2.1, configfile: pyproject.toml plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, asyncio-0.14.0,...

**How would this feature be useful?** Two background details: * I keep my pipx repos outside of `~/.local/pipx`, so I have to have the envariables `$PIPX_HOME` and `$PIPX_BIN_DIR` set to...

bug
help wanted

**How would this feature be useful?** pipx is for end users. end users typically don't understand how to figure out repo and branch of a pull request **Describe the solution...

good first issue
docs

This is not a feature request but rather a question. Is it possible to detect that there is newer app version available on the upstream branch, after installing it from...

enhancement
help wanted
good first issue