Hi,
I tried building editors/vim from the ports tree.
I tried various things like hard coding setting that option in MAKE_ARGS. I also tried various command line options such as WITH=PYTHON, set_editors_vim_OPTION=PYTHON. I also tried googling for a solution. I could not find anything.
I appreciate if you could help me. How do I enable python3 interpreter in my vim compile?
Thank you in advance.
I tried building editors/vim from the ports tree.
make config has an option called PYTHON which one enabled compiles vim with --enable_pythoninterp option. I would like to compile it with --enable_python3interp option.I tried various things like hard coding setting that option in MAKE_ARGS. I also tried various command line options such as WITH=PYTHON, set_editors_vim_OPTION=PYTHON. I also tried googling for a solution. I could not find anything.
I appreciate if you could help me. How do I enable python3 interpreter in my vim compile?
Thank you in advance.