[Ubuntu] Add a file with global user-related variables and point BASH_ENV variable to it (#2826)

* Add global vars to profile.d

* set BASH_ENV var

* fix comment

* remove extra quotes
This commit is contained in:
Mikhail Timofeev
2021-03-03 17:45:01 +03:00
committed by GitHub
parent ff72158a2a
commit e7e66bec69
5 changed files with 10 additions and 9 deletions

View File

@@ -41,6 +41,6 @@ if isUbuntu18 || isUbuntu20 ; then
fi
# Adding this dir to PATH will make installed pip commands are immediately available.
echo 'export PATH="$PATH:$HOME/.local/bin"' | tee -a /etc/skel/.bashrc
echo 'export PATH=$PATH:$HOME/.local/bin' | tee -a /etc/profile.d/env_vars.sh
invoke_tests "Tools" "Python"