Hmm, I'm suddenly getting `Please install Rustup a...
# development
h
Hmm, I'm suddenly getting `Please install Rustup and ensure
rustup
is on your PATH`, I don't think I changed anything on my system (macos)
h
And you've built rust recently? I made that change last week, pants no longer installs rust up for you
h
Well that's probably it. But does it not still find the rustup I already had?
h
The Pants installed rust up wasn't global and on your PATH. It was located in ~/.cache
Which had the effect that Rust developers might have downloaded the same version of Rust twice, once for normal Rust and another for Pants's custom install Now, like any other rust project, we use the global install