asdf-rust icon indicating copy to clipboard operation
asdf-rust copied to clipboard

Simplifying adding Cargo's bin path for fish so it's not version dependent

Open michael-delphos opened this issue 8 months ago • 0 comments

For the first shell, installation of rust ends with needing to set up a path variable for Cargo.

See examples in

  • https://github.com/rust-lang/rustlings/issues/1533
  • (Sorry for the weird link) https://web.archive.org/web/20241206023257/https://tecposter.com/posts/install-rust-via-asdf/

The path provided by installation script depends on a particular version of rust. Is there a way to handle this in a manner that's version agnostic?

Thanks!

michael-delphos avatar Mar 17 '25 18:03 michael-delphos