There was an error while loading. Please reload this page.
1 parent 2d383e0 commit bc01bcbCopy full SHA for bc01bcb
1 file changed
native_locator/src/main.rs
@@ -35,6 +35,7 @@ fn main() {
35
36
pyenv::find_and_report(&mut dispatcher, &environment);
37
38
+ #[cfg(unix)]
39
homebrew::find_and_report(&mut dispatcher, &environment);
40
41
match now.elapsed() {
0 commit comments