From 6103a0e551b860a36cf0c540f650ddb404f10ceb Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 12 Dec 2024 13:29:16 +0000 Subject: [PATCH] Handling pip3.6 and 3.12 --- .ebextensions/pip.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ebextensions/pip.config b/.ebextensions/pip.config index 3ee000b..d8e7a68 100644 --- a/.ebextensions/pip.config +++ b/.ebextensions/pip.config @@ -1,3 +1,4 @@ commands: update_pip: - command: "/opt/python/run/venv/bin/pip install --trusted-host pypi.org --trusted-host pypi.python.org --upgrade pip" \ No newline at end of file + command: "/opt/python/run/venv/bin/pip install --trusted-host pypi.org --trusted-host pypi.python.org --upgrade pip" + test: "[ -x test: /opt/python/run/venv/bin/pip ]" \ No newline at end of file