Fix venv path not being checked for existing
This commit is contained in:
parent
7030465d04
commit
9f54112e7f
5 changed files with 121 additions and 90 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue