rust does not install binaries under ~/.cargo #4523
-
Hi, according to https://mise.jdx.dev/lang/rust.html:
compiled binaries should land in ~/.cargo/bin. But instead, mise sets the environment variable to the mise directory like:
Did I overlook something or is the documentation outdated or is this simply a bug? I just used |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
This is probably what you are looking for https://mise.jdx.dev/lang/rust.html#settings |
Beta Was this translation helpful? Give feedback.
-
those are symlinks |
Beta Was this translation helpful? Give feedback.
-
I am not following. Where are the symlinks supposed to be? I have tried the standard installation procedure both an existing and empty
At this point I would have expected that the silicon binary would be installed under Yes, probably I could now modify some variables in the
It does not change the situation.
|
Beta Was this translation helpful? Give feedback.
-
I think I found the error - there was an older rust 'plugin' installed. I will try now all of this again. Sorry for not detecting that earlier. |
Beta Was this translation helpful? Give feedback.
-
Now it works as expected. Only when I ran |
Beta Was this translation helpful? Give feedback.
I think I found the error - there was an older rust 'plugin' installed. I will try now all of this again. Sorry for not detecting that earlier.