pypa / pipx

Install and Run Python Applications in Isolated Environments
https://pipx.pypa.io
MIT License
10.23k stars 411 forks source link

Proposal: pipx run --inspect script.py #1457

Open ftnext opened 3 months ago

ftnext commented 3 months ago

Resolve #1456

Summary of changes

Test plan

Tested by running

# command(s) to exercise these changes
uranusjr commented 3 months ago

I wonder if --inspect is the right name (my intuition is --interactive). Since Python just uses -i, maybe we should also only have that to avoid confusion?