Chak-Kuen Lam
Chak-Kuen Lam
Added in #917
It's possible if we use https://github.com/ofek/pyapp to build the standalone binaries.
Closing this since I believe there is nothing to fix here.
Closing this since no further info is provided.
This feature is added in #900.
Another way is to use zipapp: `curl -L https://github.com/pypa/pipx/releases/latest/download/pipx.pyz -o pipx.pyz && python pipx.pyz`
This issue still exists, and `pipx reinstall --python python3.10` works for me: ``` ➜ ~ pipx install --force mat2 --python python3.10 Installing to existing venv 'mat2' installed package mat2 0.13.4,...
> I wonder whether it would be a valid use case to extend this behaviour to work with injected packages, too? That sounds like a good idea! Probably I will...
> I wonder whether it would be a valid use case to extend this behaviour to work with injected packages, too? I am implementing the logic of `--injected-packages-only` and it...
Yes, forgot to mention it in the above comment. 😅 I will mark this PR as draft first.