From aa819b9081ca4dfa529122ee965db053d9b0953c Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Fri, 15 May 2020 10:18:02 +0300 Subject: [PATCH] add helper to python.sh --- images/linux/scripts/installers/python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/images/linux/scripts/installers/python.sh b/images/linux/scripts/installers/python.sh index 1955e53e5..7081c5e7d 100644 --- a/images/linux/scripts/installers/python.sh +++ b/images/linux/scripts/installers/python.sh @@ -6,6 +6,7 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh +source $HELPER_SCRIPTS/os.sh # Install Python, Python 3, pip, pip3 if isUbuntu20 ; then