python ca-cert fix
This commit is contained in:
parent
9258e0e213
commit
17133ec938
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -54,6 +54,9 @@ export HISTTIMEFORMAT="%F %T "
|
||||||
export HISTCONTROL='ignorespace:ignoredups'
|
export HISTCONTROL='ignorespace:ignoredups'
|
||||||
export HISTIGNORE='l:ls:history'
|
export HISTIGNORE='l:ls:history'
|
||||||
|
|
||||||
|
# dumb python.. respect my certs
|
||||||
|
export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
|
||||||
|
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
# Don't render ![0-9] as previous command
|
# Don't render ![0-9] as previous command
|
||||||
set +o histexpand
|
set +o histexpand
|
||||||
|
|
Loading…
Reference in a new issue