Replace a smol::block_on

This commit is contained in:
Lukas Wirth 2025-08-14 15:03:23 +02:00
parent dc0e81b13b
commit 7030465d04
2 changed files with 95 additions and 104 deletions

View file

@ -1008,6 +1008,7 @@ const BINARY_DIR: &str = if cfg!(target_os = "windows") {
"bin"
};
// TODO lw: this depends on the shell?
const ACTIVATE_PATH: &str = if cfg!(target_os = "windows") {
"Scripts/activate.bat"
} else {