From 58cafcf737e406e383811fd41c3a48acb4596666 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 17 Dec 2019 16:20:50 -0500 Subject: [PATCH] Keep documentation for pip and pip3 --- images/linux/scripts/installers/python.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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