Update PATH environment variable to add .dotnet and php composer default folder (#477)

* Add environment variables for .dotnet and php comopser

* update rust.sh comments
This commit is contained in:
Aleksandr Chebotov
2020-03-02 14:13:53 +03:00
committed by GitHub
parent 080ee6e69a
commit 3145274036
4 changed files with 9 additions and 2 deletions

View File

@@ -14,8 +14,7 @@ export CARGO_HOME=/usr/share/rust/.cargo
curl https://sh.rustup.rs -sSf | sh -s -- -y
# Add Cargo and Rust binaries to the machine path
echo "PATH=${CARGO_HOME}/bin:$PATH" | tee -a /etc/environment
# Initialize environment variables
source $CARGO_HOME/env
# Install common tools