Chak-Kuen Lam

Results 121 comments of Chak-Kuen Lam

> `pipx run ansible-lint==6.8.1` The above command actually works, but the following doesn't: `pipx run git+https://github.com/singer-io/[email protected] --help`

We should allow users to run the app without `--spec` if the app name provided is an SVN URL, so a command like `pipx run git+https://github.com/ansible/ansible-lint.git --version` can be run...

> but would it also automatically inject packages? Currently no, but I will implement it in the future.

Hi @jaklan, I've implemented the logic of it before, but seems like the changes were dismissed accidentally, so I will try to work on it again.

> fail and suggest pipx unpin && pipx upgrade IIRC I used this approach in my previous implementation.

Another new option is https://github.com/ofek/pyapp.

I am closing this since there's nothing we can fix here.

Maybe we can skip this test when `PYTHONPATH` is not null?

`pipx upgrade` should not be removed. IMO adding an option `--upgrade` to `pipx install` is enough.

This feature was added in https://github.com/pypa/pipx/pull/1102.