https://bugs.documentfoundation.org/show_bug.cgi?id=165120
--- Comment #5 from nobu <[email protected]> --- (In reply to Xisco FaulĂ from comment #4) > I'm trying to understand the implications of the folder missing. Does it > cause any issue in practice ? What is this folder used for ? --- It does not say yet if I have checked that there is no site-packages folder in the Windows version. The following description is based on the assumption that the above has been confirmed. --- Of course, whether there is a problem or not depends on the user. If you just use it as the person in charge of development intended, there will probably be no problem. --- The Python development environment usually has a site-packages folder, which always contains a README.txt file. And the following short sentence is written in the file. "This directory exists so that 3rd party packages can be installed here. Read the source for site.py for more details." In other words, the details tell you to read the description of site.py. There is a detailed description here. https://docs.python.org/3.11/library/site.html --- Chat-GPT is pretty accurate in answering questions about Python. Try asking questions about convenience and danger in your native language. He answers more correctly than I explain. Please tell me about the convenience of site.py in python. On the other hand, what is the danger of site.py in python? -- You are receiving this mail because: You are the assignee for the bug.
