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
Upon researching the error, I came across this link for a different terminal emulator which seems to address the same issue I'm currently facing. I don't know enough js/hyper internals to help solve the issue I'm afraid, but I wonder if something similar is happening here, and the env is being overwritten on creating the Hyper thread?
Many thanks
R
The text was updated successfully, but these errors were encountered:
@ross-ops I cant reproduce your issue - on my end rustup works as expected.
Can you please ensure that your shell is loading all settings properly e.g. if you are using bash ensure that .bashrc is properly set and the PATH env variable gets properly extended...
Issue
Hi there,
Trying to use
rustup
in hyper to try and installrustlings
and teach myself rust. When runningrustup
, I get the errorUpon researching the error, I came across this link for a different terminal emulator which seems to address the same issue I'm currently facing. I don't know enough js/hyper internals to help solve the issue I'm afraid, but I wonder if something similar is happening here, and the env is being overwritten on creating the Hyper thread?
Many thanks
R
The text was updated successfully, but these errors were encountered: