From 8a183225970e6a94ce7345b2f61c545bd20e0dbd Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Tue, 28 Apr 2020 19:47:21 +0300 Subject: [PATCH] remove pip version --- images/linux/scripts/installers/python.sh | 1 - 1 file changed, 1 deletion(-) 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