diff --git a/images/linux/scripts/installers/python.sh b/images/linux/scripts/installers/python.sh index 84343eccd..f17a8f32e 100644 --- a/images/linux/scripts/installers/python.sh +++ b/images/linux/scripts/installers/python.sh @@ -22,6 +22,5 @@ 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 "pip ($(pip --version))" DocumentInstalledItem "Python3 ($(python3 --version))" DocumentInstalledItem "pip3 ($(pip3 --version))" \ No newline at end of file