-
-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
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
Support system-site-packages access when create venv #937
base: main
Are you sure you want to change the base?
Conversation
This would require some documentation. Also I'm assuming the only use for this flag is if this is used with an explicitly registered system python toolchain? |
Happy to pitch in if needed. I am using this PR for a very specific scenario along with a system toolchain, like you mentioned @mitsuhiko, and it's working great. |
CHANGELOG.md
Outdated
@@ -9,6 +9,9 @@ _Unreleased_ | |||
|
|||
- Always create `.gitignore` file in `rye init`. #919 | |||
|
|||
- Added new `rye.tool.system-site-packages` config, so that the virtualenv |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
60d30db
to
2ef46fa
Compare
Ready for review :) |
Add a configuration option to determine whether
system-site-packages
are required when creating a virtual environment, related: #925, astral-sh/uv#2101.