-
**Describe the bug**
`pipx ensurepath` in fish shell results in repeated appending of it to path. This results in path that just keeps getting longer.
**How to reproduce**
Running `…
-
### Requested Feature
At the moment, [`pipx-package`](https://github.com/devcontainers-contrib/features/tree/main/src/pipx-package) only supports installing one package. Instead, it would be good to …
-
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying…
-
PipX is a "new" method of installing Python packages in a venv and having them integrated with the system. https://pypa.github.io/pipx/
-
While experimenting with adding [distutils](/pypa/distutils) to the coherent system, I ran into an ImportError.
```
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
…
-
Subcommand-based tools commonly have a `help` subcommand to invoke help, especially help with other subcommands.
In pipx however, only `--help` works, invoking `pipx help` or `pipx help ` generates…
-
I am unable to install using pipx due to pycairo not being able to build. Took a look at the opensuse issue that seemed similar but this seems like it might be slightly different. Never used pipx so t…
-
Thank you for creating this project! Do you think you could make it installable via `pipx`?
This would make it much easier to integrate your project into installer/bootstrapping-scripts...
-
**Describe the bug**
A clear and concise description of what the bug is.
I can't open the pulsemeeter, there's an error.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Terminal
2…
-
On installing using
```
~ pipx install llm
~ llm models
OpenAI Chat…