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
rustup scatters a bunch of entries to source the env file, because we don't know what shell the user will be using (it may not be the one they installed with). We have some code that represents this and I don't think we have tcsh support - if you'd like to add that that would be great.
We need to add special cases one by one for each non-POSIX shell in the ideal case scenario, similar to what is done in Add support for fish shell #3108.
Problem
On FreeBSD, rustup will generate a .cargo/env that is sourced in .profile. There are two issues here.
case
Steps
Possible Solution(s)
Notes
No response
Rustup version
Rustup 1.26.0
Installed toolchains
rustc 1.71.0
The text was updated successfully, but these errors were encountered: