utahta / pythonbrew

Python Environment manager
MIT License
1.44k stars 162 forks source link

Fix curl version incompatibilities #106

Closed yanjost closed 11 years ago

yanjost commented 11 years ago

Hello,

Please integrate this patch, this fixes issue https://github.com/utahta/pythonbrew/issues/105

This code uses -k parameter only for curl >= 7.10

Tested with curl 7.19 and 7.9 (so with and without triggering this fix)

Regards,

yanjost commented 11 years ago

Please ignore this pull request