Robert
Robert
> I followed [docs for ubuntu installation](https://github.com/pypa/pipx?tab=readme-ov-file#on-linux) and ended up with 1.0.0, when the latest is 1.6.0 🤷♂️ Yes, unfortunately the pipx version bundled for ubuntu is massively outdated (see...
> Should we suggest to use pipx-managed pipx as discussed here: #1341 ? > > IMO, it works quite well for me on Linux/Mac/Windows. Mind opening a new issue for...
> It appears on MacOS pipx is ignoring the 'PIPX_HOME' environment variable? > > > > ``` > > # pipx environment > > ⚠️ Found a space in the...
Can you please link your fork and the original repo, so I can have a quick look if I can see any issues there?
It seems the `scripts` definition in the `pyproject.toml` is the culprit here. This error happens as well, wenn you install tubeup from the main repo. I fixed it by changing...
I see the use case for this, but as `pip` does not have a public interface to parse their `requirements.txt` files, we'd have to re- implement it from scratch or...
Thanks for this contribution. I personally am in favor or adding the `globally` in the output, if the `--global` flag was passed, and dropping it if it was not.
> I think there are two possible paths: > 1. Rewrite the signature of the function, with a default value and backtrace its call up to a parent function where...