private certificates for Python (Pip, Poetry)

This commit is contained in:
Yax 2021-12-16 13:11:56 +01:00
parent 1e670e4441
commit 406902acb1

View file

@ -16,4 +16,8 @@ if [ -d "$HOME/.poetry/bin" ]; then
export PATH="$HOME/.poetry/bin:$PATH"
fi
if [ -f "{{ .extra_ca_cert }}" ]; then
export REQUESTS_CA_BUNDLE={{ .extra_ca_cert }}
fi