commit | 3dfd4aaf7f0d9d8ec48adb5c1e1087699a051375 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 02 21:17:54 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 02 21:17:54 2017 +0000 |
tree | 649a2df9764107fb657d51669c85efc90ba53d3f | |
parent | b93479bed6a2d38276c815f93e4b0eaeb1f49f54 [diff] | |
parent | 7d1681a1741dadaa16f1fc34c77171e628463738 [diff] |
Merge "Use `python2.7` instead of `python2`"
diff --git a/python/binary.go b/python/binary.go index 91b7a54..b7b5056 100644 --- a/python/binary.go +++ b/python/binary.go
@@ -162,7 +162,7 @@ var interp string switch actual_version { case pyVersion2: - interp = "python2" + interp = "python2.7" case pyVersion3: interp = "python3" default: