Revert $BASH_ENV (#2982)

This commit is contained in:
Mikhail Timofeev
2021-03-18 21:58:04 +03:00
committed by GitHub
parent 8a34f3c527
commit 593aa6b100
5 changed files with 10 additions and 10 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/profile.d/env_vars.sh
echo 'export PATH="$PATH:$HOME/.local/bin"' | tee -a /etc/skel/.bashrc
invoke_tests "Tools" "Python"