1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

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 old_path = (system-path | str collect (char esep))
let new_path = if windows? { let new_path = if (windows?) {
conda-create-path-windows $env_dir conda-create-path-windows $env_dir
} else { } else {
conda-create-path-unix $env_dir conda-create-path-unix $env_dir