mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 07:47:27 +00:00
Clear discovered interpreters when creating virtual environment (#15522)
## Summary Closes https://github.com/astral-sh/uv/issues/15518.
This commit is contained in:
parent
9b8d6989d4
commit
b723129c7c
2 changed files with 82 additions and 0 deletions
|
@ -106,6 +106,7 @@ impl Interpreter {
|
|||
sys_prefix: virtualenv.root,
|
||||
target: None,
|
||||
prefix: None,
|
||||
site_packages: vec![],
|
||||
..self
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue