Replace a smol::block_on
This commit is contained in:
parent
dc0e81b13b
commit
7030465d04
2 changed files with 95 additions and 104 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue