diff --git a/images/linux/scripts/installers/python.sh b/images/linux/scripts/installers/python.sh index b794ea87..193d810b 100644 --- a/images/linux/scripts/installers/python.sh +++ b/images/linux/scripts/installers/python.sh @@ -40,4 +40,7 @@ if isUbuntu18 || isUbuntu20 ; then fi 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 + invoke_tests "Tools" "Python"