mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 23:56:03 +00:00
This was a workaround from long ago, but it doesn't seem to be needed anymore. And it breaks the $PATH on the Windows build (AppVeyor CI). After this change python3 (and 2) is correctly detected on AppVeyor CI. References #5946