abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Fixes retrieval of pip major version #101

Closed CurroRodriguez closed 6 years ago

CurroRodriguez commented 6 years ago

Fixes issue #100 due to a change in the pip version where the build number is not included. The fix described in the issue does not work for Python 2.7, so I went a simpler way to just get the major version by index.