cold-soccer-63228
10/06/2023, 9:34 PMscie-pants
launcher binary via brew
in the future? I see that such a thing is supported by get-pants.sh
but not the brew
installer.
We’d like to be able to pin to a version for our organization and do explicit upgrades so that all engineers are on the same version of consistency.
Something like this?
brew install pants@0.10.3
happy-kitchen-89482
10/06/2023, 9:37 PMcold-soccer-63228
10/06/2023, 9:37 PMhappy-kitchen-89482
10/06/2023, 9:38 PMhappy-kitchen-89482
10/06/2023, 9:38 PMhappy-kitchen-89482
10/06/2023, 9:38 PMhappy-kitchen-89482
10/06/2023, 9:39 PMhappy-kitchen-89482
10/06/2023, 9:39 PMhappy-kitchen-89482
10/06/2023, 9:39 PMcold-soccer-63228
10/06/2023, 9:40 PMpyenv
versions even though that’s only the tool used to install Python versions, and not run them.
I’ll look into the brew
thing if I get a chance; otherwise there’s a workaround I can do using the get-pants.sh
script directly.
Thanks! 🙂wide-midnight-78598
10/07/2023, 12:15 AMbrew install cask [url]
where url
is the associated ruby file on GitHub for the commit version you wantedwide-midnight-78598
10/07/2023, 12:15 AMcold-soccer-63228
10/07/2023, 12:16 AMwide-midnight-78598
10/07/2023, 12:16 AMwide-midnight-78598
10/07/2023, 12:21 AMbrew install --cask <https://github.com/pantsbuild/homebrew-tap/blob/v0.10.0/Casks/pants.rb>
wide-midnight-78598
10/07/2023, 12:21 AMwide-midnight-78598
10/07/2023, 12:29 AMbrew install --cask <https://raw.githubusercontent.com/pantsbuild/homebrew-tap/v0.10.0/Casks/pants.rb>
curved-television-6568
10/07/2023, 7:14 PM