On 3/4/22, Victor Stinner <[email protected]> wrote: > it would be nice to move the last bits of the sys.path initialization > from the site module to the getpath module. It's unpleasant to > have a different sys.path depending if the site module is loaded > or not.
I don't understand. The site packages directories, including virtual environments, are a site extension. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/5ZO73YHNL3BHXY4MHRITOGOECL2SZKPO/ Code of Conduct: http://python.org/psf/codeofconduct/
