Keep documentation for pip and pip3

This commit is contained in:
Konrad Pabjan
2019-12-17 16:20:50 -05:00
parent 877a42e705
commit 58cafcf737

View File

@@ -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))"
DocumentInstalledItem "pip ($(pip --version))"
DocumentInstalledItem "Python3 ($(python3 --version))"
DocumentInstalledItem "pip3 ($(pip3 --version))"