Skip to content

Commit 791114a

Browse files
committed
Debug
1 parent 1883998 commit 791114a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/uv-python/src/environment.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ impl PythonEnvironment {
145145
let installation = match find_python_installation(
146146
request,
147147
preference,
148-
// Ignore managed installations when looking for environments
149-
PythonPreference::OnlySystem,
148+
PythonPreference::default(),
150149
cache,
151150
)? {
152151
Ok(installation) => installation,

0 commit comments

Comments
 (0)