-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
Steps to reproduce
I have:
+python/dyn
+python3/dyn
DDYNAMIC_PYTHONDLL="python27.dll"
DDYNAMIC_PYTHONDLL="python39.dll"
And C:\Python39 as well as C:\Python27 in the PATH.
Also PYTHONPATH and PYTHON3_HOME pointing to the same path.
let g:python3_host_prog="C:/Python39"
set pythonthreedll="C:/Python39/python39.dll"
Is in my .vimrc
Still
echo has("python") gives 1, but
echo has("python3") gives 0
Expected behaviour
I was trying to enable Youcompleteme, which was compiling fine, but finds no python when getting startet.
Any hint, that the two versions in the title are maybe not compatible?
What's the best version to use?
Operating system
Windows10
Version of Vim
gVim 8.2.3582_x64
Logs and stack traces
No response