mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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