Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pip bootstrapping on Python 2.7 (#475)
### Summary: The latest version of pip drops support for Python 2.7 (pypa/pip#6148). This PR modifies `install_python_deps.sh` to install a Python 2.7 compatible version of pip. We should also explore dropping Python 2.7 support in the future as it's been over a year since its EOL. ### Test Plan: CI
- Loading branch information