2.1.51
This release fixes both PEX creation and --venv
creation to handle
distributions that contain scripts with non-ascii characters in them
when running in environments with a default encoding that does not
contain those characters under PyPy3, Python 3.5 and Python 3.6.
- Fix non-ascii script shebang re-writing. (#1480)