I noticed that `pex` `2.1.135` `venv create` doesn...
# general
a
I noticed that
pex
2.1.135
venv create
doesn't omit a
__main__.py
in the venv. Is that intentional? The command accepts a
--bin-path
argument but I don't think it does anything unless the
__main__.py
is omitted to the root of the venv
filed an issue about this https://github.com/pantsbuild/pex/issues/2144 as it seems like an intentional change
e
You only get one when using a
--pex-repository
. I'm not sure what a
__main__.py
would contain otherwise.
What were you thinking it should contain in the other cases @ancient-breakfast-45303?
c
(ps. @ancient-breakfast-45303 you may want to edit
omit
->
emit
for clarity.. 😉 )