You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered using an approach that would necessitate fewer PATH updates? Something like what asdf does?
Let's say there would be ~/.cargo-local-install/bin, and for every local-install, you'd put a link to a shell script there that would look at the current directory / Cargo manifest and pick the right installation to invoke?
The text was updated successfully, but these errors were encountered:
Have you considered using an approach that would necessitate fewer
PATH
updates? Something like what asdf does?Let's say there would be
~/.cargo-local-install/bin
, and for every local-install, you'd put a link to a shell script there that would look at the current directory / Cargo manifest and pick the right installation to invoke?The text was updated successfully, but these errors were encountered: