Friday, August 2, 2013

Re: vim 7.4 & python3

On Saturday, August 3, 2013 12:23:51 AM UTC+2, inheri...@gmail.com wrote:
> Hello,
>
> I install vim 7.4 via homebrew on OS X 10.8.4. But passing --with-python3 never successfully builds vim with python3 support. I had the same problem with vim 7.3. Does anyone have a solution?
>
> Thanks.

I have to add
--enable-pythoninterp=dynamic \
--enable-python3interp=dynamic \
--with-python-config-dir=/usr/lib/python2.7/config \
--with-python3-config-dir=/usr/lib/python3.3/config-3.3m \
to get python2 and python3 working. Maybe the --with-python3-config-dir option? Good luck :)

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment