fix conda script (#424)

This commit is contained in:
WindSoilder 2023-03-29 12:46:34 +08:00 committed by GitHub
parent d984ff61aa
commit 26e10f47b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ export def-env activate [
let old_path = (system-path | str collect (char esep))
let new_path = if windows? {
let new_path = if (windows?) {
conda-create-path-windows $env_dir
} else {
conda-create-path-unix $env_dir