Skip to content

Commit

Permalink
Update python_env_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzz authored Oct 17, 2024
1 parent 39d4e44 commit 7a7c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/shared/bin/python_env_setup
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a7c2b6

Please sign in to comment.