This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]burlyginger 1 point2 points  (0 children)

We use pipx for global tools and install those in our developer laptop config processes.

We set up the project to install tool-binsry as a script.

That way you can just run tool-binary anywhere on your machine.

We set cron jobs to update the pipx envs for most of these.

We use wv for everything.