]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Allow specifying Python version during configure
authorAnirudha Bose <ani07nov@gmail.com>
Wed, 25 May 2016 19:44:47 +0000 (01:14 +0530)
committerAnirudha Bose <ani07nov@gmail.com>
Sun, 19 Jun 2016 14:48:24 +0000 (20:18 +0530)
commitc1d0f5491da339b56d41b26056537267244f8608
tree69494277ee5047829a7328fe4abcfdae04d4aaa5
parent7c9cea0c5944451dcd1c194e7f03fbf21e4a4f1f
Allow specifying Python version during configure

* Uses the PYTHON environment variable allowed by configure scripts
* Supports running inside Python virtual environments, in which case,
  setting the PYTHON variable is not required.
* Example: $ PYTHON=python3.5 ./configure

Signed-off-by: Anirudha Bose <ani07nov@gmail.com>
configure.ac