mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +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