diff --git a/images/linux/scripts/installers/python.sh b/images/linux/scripts/installers/python.sh index ecbb5ac24..e23d7c0eb 100644 --- a/images/linux/scripts/installers/python.sh +++ b/images/linux/scripts/installers/python.sh @@ -22,4 +22,6 @@ done # Document what was added to the image echo "Lastly, documenting what we added to the metadata file" DocumentInstalledItem "Python ($(python --version 2>&1))" -DocumentInstalledItem "Python3 ($(python3 --version))" \ No newline at end of file +DocumentInstalledItem "pip ($(pip --version))" +DocumentInstalledItem "Python3 ($(python3 --version))" +DocumentInstalledItem "pip3 ($(pip3 --version))" \ No newline at end of file