-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust install doesn't perform a complete installation #19
Comments
Frankly I'm not actually sure that it makes much sense to use asdf or rtx with rust since rustup has its own method of managing the rust version with cargo. I think this is one language that's best left to the idiomatic tools. That said, rtx should definitely do what it can here to work as best as possible. I'll have to dig into the rust plugin and see how it's meant to work. |
I made a second attempt to convert my environment to rtx, and didn't come across this problem the second time. I also decided to use |
I'm going to keep this open actually since I still want to give that plugin a drive and see how well it works in rtx |
I haven't yet had the time to look into this but this plugin uses the exec-env script which I've fixed several issues around since you posted this. I suspect it's probably working now but will eventually get around to testing this. |
this appears to be working fine now |
I'm trying to convert from asdf to rtx on my QNAP NAS, and I noticed that doing
rtx global [email protected]
and thensource "$HOME/.local/share/rtx/installs/rust/1.58.1/env"
doesn't result in a working rust install. I still needed to performrustup default 1.58.1
(would be easier to script if there was anrtx
command that returns the currently configured rust version).Is this known? I don't recall having to call
rustup
with asdf.The text was updated successfully, but these errors were encountered: