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
I assume some string interpolation has changed somewhere?
Notes
No response
Rustup version
rustup 1.28.1 (f9edccde0 2025-03-05)info: This is the version for the rustup toolchain manager, not the rustc compiler.info: The currently active `rustc` version is `rustc 1.87.0-nightly (b74da9613 2025-03-06)`
Verification
Problem
I just installed rustup via
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
I use nushell, so when I next opened nushell it was very broken and both
nushell/env.nu
andnushell/config.nu
containedsource "$HOME/.cargo/env.nu
I fixed this with a
source ~/.cargo/env.nu
. You could equally use something likesource ($nu.home-path | join
.cargo/env.nu)`cargo still couldn't be found, and I noticed the
.cargo/env.nu
was this:Which resulted in a path of
PATH=/home/user/$HOME/.cargo/bin:/home/user/.local/bin: ...
I haven't investigated what has caused this yet, but I would be happy to do so a bit later
Steps
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
)Possible Solution(s)
I assume some string interpolation has changed somewhere?
Notes
No response
Rustup version
Installed toolchains
OS version
ubuntu 24.04
The text was updated successfully, but these errors were encountered: