pipx icon indicating copy to clipboard operation
pipx copied to clipboard

Add `--preinstall` option to `pipx run`

Open dukecat0 opened this issue 1 year ago • 0 comments

How would this feature be useful?

If the script provided doesn't have embedded metadata as defined in PEP 723, users may need to manually install dependencies before running it successfully.

Describe the solution you'd like

Add --preinstall option to pipx run.

Describe alternatives you've considered

Manually modifying the virtual environment, but that's inconvenient to users.

dukecat0 avatar May 11 '24 16:05 dukecat0