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
Originally reported by @sanjayankur31 in Red Hat Bugzilla #2011899.
pew new test
$ python3 -c "import sys; print(sys.path)" ['', '/usr/lib64/python310.zip', '/usr/lib64/python3.10', '/usr/lib64/python3.10/lib-dynload', '/home/asinha/.local/share/virtualenvs/test/lib64/python3.10/site-packages', '/home/asinha/.local/share/virtualenvs/test/lib/python3.10/site-packages']
globalsitepackages
$ pew toggleglobalsitepackages Disabled global site-packages $ pew toggleglobalsitepackages Enabled global site-packages
/usr/lib64/python3.10/site-packages is not in sys.path.
/usr/lib64/python3.10/site-packages
sys.path
/usr/lib64/python3.10/site-packages is included in sys.path when global site packages are enabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally reported by @sanjayankur31 in Red Hat Bugzilla #2011899.
Steps to reproduce
pew new test
globalsitepackages
to check if they're enabled:Actual results
/usr/lib64/python3.10/site-packages
is not insys.path
.Expected results
/usr/lib64/python3.10/site-packages
is included insys.path
when global site packages are enabled.The text was updated successfully, but these errors were encountered: