Just by looking at the configuration file, it looks like you can set the path to the python executable with env var 'vi_cv_path_python'. So:
vi_cv_path_python=~/bin/python ./configure --enable-pythoninterp
Replacing ~ / bin / python with the appropriate path for your installation, of course.
nickmbailey
source share