Fix venv path not being checked for existing

This commit is contained in:
Lukas Wirth 2025-08-15 13:23:26 +02:00
parent 7030465d04
commit 9f54112e7f
5 changed files with 121 additions and 90 deletions

View file

@ -1008,7 +1008,6 @@ 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 {