Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added conditional verification to python executable.
Summary: Added conditional verification to python executable to search for python instead of python3 on Windows. This code without this modification is searching for python as python3.exe in Windows, but in the OS, python is installed as python.exe, what cause an incorrect python not found. Issue: facebook/proxygen#499 X-link: facebook/proxygen#500 Reviewed By: kvtsoy Differential Revision: D62987053 Pulled By: afrind fbshipit-source-id: fb21d711483b350d0b86b481cf876c95b82334e0
- Loading branch information