diff options
Diffstat (limited to 'src/portal/scripts')
| -rwxr-xr-x | src/portal/scripts/run_py.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portal/scripts/run_py.sh b/src/portal/scripts/run_py.sh index e745a72..87045ff 100755 --- a/src/portal/scripts/run_py.sh +++ b/src/portal/scripts/run_py.sh @@ -1,5 +1,5 @@ #! /usr/bin/env sh -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 |