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
Right now you can override CARGO_HOME to change where installation is going to be, but this is not discoverable. Furthermore, just installing to a different CARGO_HOME is not sufficient if you want the installation to actually work because cargo needs to be able to find it. So installing to alternate locations probably needs to set CARGO_HOME globally.
Also, if we do this it probably needs to configure RUSTUP_HOME.
The text was updated successfully, but these errors were encountered:
Right now you can override CARGO_HOME to change where installation is going to be, but this is not discoverable. Furthermore, just installing to a different CARGO_HOME is not sufficient if you want the installation to actually work because cargo needs to be able to find it. So installing to alternate locations probably needs to set CARGO_HOME globally.
Also, if we do this it probably needs to configure
RUSTUP_HOME
.The text was updated successfully, but these errors were encountered: