Message397870
A venv does *not* create a replica of a python installation directory. Files shared with the main Python installation are not copied nor linked. This goes for the standard library, as well as the libraries and headers.
(*Executables* are an exception; they're copied, since a venv needs them on the PATH.)
Copies would take up unnecessary space, and not all operating systems support symbolic links (and we don't want another platform-specific difference), so the shared files are only referenced using pyvenv.cfg
If you point to the macros you're using, I can take a look at how they could be improved. |
|
Date |
User |
Action |
Args |
2021-07-20 13:26:30 | petr.viktorin | set | recipients:
+ petr.viktorin, vinay.sajip, christian.heimes, AliyevH, anuppari |
2021-07-20 13:26:30 | petr.viktorin | set | messageid: <1626787590.82.0.559620640376.issue43334@roundup.psfhosted.org> |
2021-07-20 13:26:30 | petr.viktorin | link | issue43334 messages |
2021-07-20 13:26:30 | petr.viktorin | create | |
|