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

The `--fetch-missing-python` option appears to have no effect. Following the [example](https://pipx.pypa.io/stable/examples/): `pipx install --fetch-missing-python --python 3.12 pycowsay` I see > ⚠️ No executable for the provided Python version '3.12' found...

bug
windows

**Describe the bug** `runpip` and `--pip-args` started to fail even if the specified `pip` command is correct. **How to reproduce** ```shell ❯ pipx runpip dbt-core "install black" ERROR: unknown command...

- [ ] I have added a news fragment under `changelog.d/` (if the patch affects the end users) ## Summary of changes More verbose MyPy and resulting fixes. ## Test...

- [x] I have added a news fragment under `changelog.d/` (if the patch affects the end users) ## Summary of changes Closes #1392 This allows users to choose from different...

**How would this feature be useful?** When using custom repositories I would not have to specify them for each install/update, see also #1441 **Describe the solution you'd like** Have a...

awaiting response

**Describe the bug** **How to reproduce** ```shell $ pipx install --quiet --quiet cowsay creating virtual environment... installing cowsay... done! ✨ 🌟 ✨ installed package cowsay 6.1, installed using Python 3.10.12...

How can I configure pipx to use the specified pip binary path? Such as PIPX_DEFAULT_PYTHON but for pip.

question

Please show an example of how to use pipx offline using sample .whl files. Pipx is constantly going online. At first during initialization it climbs to update pip ``` python...

duplicate

**Describe the bug** When I install packages from additional repos I have to e.g. set `--pip-args="--extra-index-url=https://foo"`. Following #1441, this is not remembered for an upgrade. When using `upgrade foo --pip-args=xxx`...

bug

I have read #1031 & #1391, and am aware of `pipx install-all`, but I think I'm addressing a reasonable use case here that isn't covered by any of these previous...

enhancement