We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site
There are lots of issues about site.py in legacy implementation. But thing seems completely different in the second iteration of implementation, according to the source code, #2105, #2106 and #1421 (comment). This could be confusing, e.g. https://stackoverflow.com/a/46071447 said "With virtualenvs getsitepackages is not available". When I searched about this, there isn't any thing tell me the thing is differenet now, I only got numerous issues that said virtualenvs doesn't support site module well. Related issues: #228 #355 #434 #571 #587 #737 #1250 (link in this issue should be updated to https://github.com/pypa/virtualenv/blob/legacy/virtualenv_embedded/site.py) They all said "there isn't site.getsitepackages".
site.getsitepackages
The text was updated successfully, but these errors were encountered:
Please open a PR for it 👍
Sorry, something went wrong.
Add notes in changelog about site after rewrite
d2d10a3
resolves pypa#2378
501af36
c677981
Successfully merging a pull request may close this issue.
There are lots of issues about site.py in legacy implementation.
But thing seems completely different in the second iteration of implementation, according to the source code, #2105, #2106 and #1421 (comment).
This could be confusing, e.g. https://stackoverflow.com/a/46071447 said "With virtualenvs getsitepackages is not available".
When I searched about this, there isn't any thing tell me the thing is differenet now, I only got numerous issues that said virtualenvs doesn't support
site
module well.Related issues:
#228
#355
#434
#571
#587
#737
#1250 (link in this issue should be updated to https://github.com/pypa/virtualenv/blob/legacy/virtualenv_embedded/site.py)
They all said "there isn't
site.getsitepackages
".The text was updated successfully, but these errors were encountered: