add helper to python.sh

This commit is contained in:
Mikhail Timofeev
2020-05-15 10:18:02 +03:00
parent 5308769e67
commit aa819b9081

View File

@@ -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