PATH
should be updated to include GHC binaries in .profile
rather than .bashrc
#763
Labels
Milestone
PATH
should be updated to include GHC binaries via.profile
rather than.bashrc
. This tends to makes it work for people who use something other thanbash
as their shell. It's also whatrustup
does.rustup
's alterations to startup filesLast line of
~/.profile
:Contents of
~/.cargo/env
:Differences in the results of the two approaches
bash
resultsWith the default
bash
that I installedrustup
andghcup
under:zsh
resultsAfter installing
zsh
, usingchsh -s /usr/bin/zsh
, and restarting the computer:fish
resultsAfter installing
fish
, usingchsh -s /usr/bin/fish
, and restarting the computer:The text was updated successfully, but these errors were encountered: