Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid symlinking the contents of /usr into PyPy3 virtualenvs
PyPy >= 3.8 supports a standard prefix installation, where older versions always used a portable/developent style installation. If this is a standard prefix installation, skip the logic that symlinks libraries in a portable PyPy distribution. Fixes: #2309
- Loading branch information