sashahart / vex

Run a command in the named virtualenv.
MIT License
372 stars 26 forks source link

Installing vex with pipx ? #67

Open ewjoachim opened 7 months ago

ewjoachim commented 7 months ago

I find it really useful to use pipx for managing the user-wide python tools, such as vex.

Installing vex with pipx is slightly more complex than pipx install vex: because vex needs virtualenv as a subprocess, it needs pipx install --include-deps vex, otherwise, the entrypoints of dependencies are not available in the venv vex creates.

Given that pipx is more and more a popular tool among python users, do you think it's worth specifying that in the README?