<#2144 pex3 venv create accepts --bin-path but doe...
# github-notifications
c
#2144 pex3 venv create accepts --bin-path but does not omit __main__.py Issue created by zmanji
pex3 venv create
in
2.1.135
accepts a
--bin-path
argument but does not populate a
__main__.py
in the root of the venv so it does nothing. To fix this we can remove it from the args list or adjust
pex3 venv create
to write the
__main__.py
in the root of the venv. pantsbuild/pex