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
In each case, the env variable overrides the entire pathname, including the basename. You just reset the location. It's your script and you define the environment variable as you please. But it's not consistent with other plugin usage.
You might also want to mention that after asdf install rust, you should asdf reshim rust and rustup default stable. Probably need to do a reshim after cargo install as well. The reshim stuff can be a little confusing.
The text was updated successfully, but these errors were encountered:
First, ty for this plugin.
Looking at some of the other language plugins (python, nodejs), they provide env variables similar to
ASDF_CRATE_DEFAULT_PACKAGES_FILE
:In each case, the env variable overrides the entire pathname, including the basename. You just reset the location. It's your script and you define the environment variable as you please. But it's not consistent with other plugin usage.
You might also want to mention that after
asdf install rust
, you shouldasdf reshim rust
andrustup default stable
. Probably need to do a reshim aftercargo install
as well. The reshim stuff can be a little confusing.The text was updated successfully, but these errors were encountered: