mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Add support for --system-site-packages
in uv venv
(#2101)
## Summary Adds support for `--system-site-packages`. Unlike `pip`, we won't take the system site packages into account in subsequent commands. I think this is ok. Closes https://github.com/astral-sh/uv/issues/1483.
This commit is contained in:
parent
d0ffabd1f2
commit
c579e6f6bf
6 changed files with 33 additions and 3 deletions
|
@ -402,6 +402,7 @@ impl SourceBuild {
|
|||
&temp_dir.path().join(".venv"),
|
||||
interpreter.clone(),
|
||||
gourgeist::Prompt::None,
|
||||
false,
|
||||
Vec::new(),
|
||||
)?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue