[issue31542] pth files in site-packages of venvs are executed twice

2020-02-20 Thread sinoroc
sinoroc added the comment: https://stackoverflow.com/a/60169657/11138259 -- nosy: +sinoroc ___ Python tracker ___ ___ Python-bugs-l

[issue31542] pth files in site-packages of venvs are executed twice

2019-11-08 Thread wim glenn
Change by wim glenn : -- nosy: +wim.glenn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue31542] pth files in site-packages of venvs are executed twice

2017-09-21 Thread Antony Lee
New submission from Antony Lee: All's in the title: "pth files in site-packages of venvs are executed twice". For example, the following code sample prints "1" twice. python -mvenv /tmp/tmpenv echo 'import os; print(1)' >/tmp/tmpenv/lib/python3.6/site-packages/foo.pth source activate /tmp/tmpe