mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 14:59:20 +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