release.py: use current Python executable for ./be invocation
authorW. Trevor King <wking@tremily.us>
Thu, 25 Oct 2012 23:37:37 +0000 (19:37 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 25 Oct 2012 23:37:43 +0000 (19:37 -0400)
commit20c1de34ba164d6ae63557e4e92cf5d1bee5c04c
tree303c60b7895e2d3fea97543338d1994d2d216171
parentdbbc38aa56cc1b5e8b06e8b9e3685ca7a6f79ee9
release.py: use current Python executable for ./be invocation

This allow you to cut a release where your system Python is not
compatible with be.  For example:

  $ python --version
  Python 3.2.3
  $ python2.7 ./release.py 1.1.0
release.py