-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
python3 command update $PATH.
Vim can use python interface called if_python using libpython3.7m.dll. When using Vim with if_python, Py_Initialize update $PATH environment variable. So when using another python environment like miniconda and open python file in Vim, :!python command use mingw's python.exe instead of conda's one.