diff options
Diffstat (limited to 'scripts/python_env')
| -rw-r--r-- | scripts/python_env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/python_env b/scripts/python_env index 2cca301..fcbd7a1 100644 --- a/scripts/python_env +++ b/scripts/python_env @@ -1,4 +1,4 @@ -export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt +#export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt export PYTHONDONTWRITEBYTECODE=1 export PYTHONOPTIMIZE=2 export PYTHONPATH=$HOME/c/camu/src/portal/vendor/vendor |