48
48
# 3. Windows System directory (e.g. C:\windows\system32)
49
49
# 4. Windows Directory (e.g. C:\windows)
50
50
# 5. all directories along %PATH%
53
56
path = os.environ.get('CURL_CA_BUNDLE')
54
57
if not path and sys.platform == 'win32':
57
59
paths = os.environ.get('PATH')
61
64
fname = os.path.join(d, "curl-ca-bundle.crt")
62
65
if os.path.isfile(fname):