This is a hotfix release that fixes a further corner missed by 1863 in
the Pex 2.1.101 release whereby Pex would fail to install
platform-specific packages on Red Hat based OSes.
In addition, an old but only newly discovered bug in
`--inherit-path={prefer,fallback}` handling is fixed. Previously only
using `PEX_INHERIT_PATH={prefer,fallback}` at runtime worked properly.
In the process of fixing the old `--inherit-path={prefer,fallback}` bug,
also fix another old bug handling modern virtualenv venvs under Python
2.7 during zipapp execution mode PEX boots.
* Fix wheel installs: account for purelib & platlib. (1867)
* Fix `--inhert-path` handling. (1871)
* Error using pex + `virtualenv>=20.0.0` + python 2.7 (992)