The auto/configure script uses python to find out certain information.
So set the path such that it will find the python you want it to find.
Then you also don't need to specify --with-python-config-dir.
Also: look into the src/Makefile.
There is a good description about your options.
Roland
The auto/configure script uses python to find out certain information.
So set the path such that it will find the python you want it to find.
Then you also don't need to specify --with-python-config-dir.
Also: look into the src/Makefile.
There is a good description about your options.
... and I had another look into auto/configure: you can override
vi_cv_path_python in the shell.
One among many good things about open source: you can have a look and find
out by yourself.
Roland