How can I use python3.6 64-bit in vim #4762
Answered
by
rashil2000
hungpham3112
asked this question in
Help and Questions
-
I want to work with
I still can't use python in vim.
|
Beta Was this translation helpful? Give feedback.
Answered by
rashil2000
Feb 25, 2022
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rashil2000
-
Python3.6 is 64 bit but |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
echo has('python3')
indicates whether Vim has been compiled with Python 3 support. It has nothing to do with your installation of Python 3.