google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

make python_archive compatible with python 2.6 #80

Closed ali5h closed 6 years ago

ali5h commented 6 years ago

we have a mixed 2.6, 2.7 env and bazel picks up python 2.6 on some of our containers. the only issue we have is this part of the code. this patch will fix that