From 7a7c2b6efd9a8cab9fd2e1850cab981f0c9ee7b3 Mon Sep 17 00:00:00 2001 From: dkatzz <86739416+dkatzz@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:49:42 -0400 Subject: [PATCH] Update python_env_setup --- cloud/shared/bin/python_env_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/shared/bin/python_env_setup b/cloud/shared/bin/python_env_setup index 362c46f4..f463ca23 100755 --- a/cloud/shared/bin/python_env_setup +++ b/cloud/shared/bin/python_env_setup @@ -34,7 +34,7 @@ function initialize_python_env() { # If a certificate file is specified, configure pip to use it if [[ -n "$cert_file_path" ]]; then echo "Setting pip global.cert to $cert_file_path" - pip3 config set global.cert "$cert_file_path" + pip config set global.cert "$cert_file_path" fi #Check if the requirement file is already met.