Adding rustup for the current session after installing it
This commit is contained in:
parent
c8d7de7ddd
commit
e439f2b7dc
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ install_rust() {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PATH="$PATH:$HOME/.cargo/bin"
|
||||||
rustup_version=$(rustup --version 2>/dev/null)
|
rustup_version=$(rustup --version 2>/dev/null)
|
||||||
echo "> Installed $rustup_version"
|
echo "> Installed $rustup_version"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue