mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 16:43:15 +10:00
Problem: executable() was detecting python on user's path, but
system() was executing system-level python.
Solution: Make sure python version on user's path is executed.
Use exepath() to force system() to do so.
2.2 KiB
2.2 KiB