pantsbuild / setup

Scripts for setting up Pants in your repo
Apache License 2.0
13 stars 30 forks source link

Install scie-pants in `~/.local/bin` instead of `~/bin` #144

Closed cognifloyd closed 12 months ago

cognifloyd commented 12 months ago

Using ~/bin does not follow the XDG based directory spec which recommends ~/.local/bin and does not offer an XDG_ env var alternative similar to other paths.

I first mentioned doing this PR in https://github.com/pantsbuild/actions/pull/21#discussion_r1185651144

cognifloyd commented 12 months ago

Oh joy. looks like I have to change the init action too because not some runner versions are missing ~/.local/bin on PATH. Or I have to add the path in this CI workfdlow...