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:
parent
d984ff61aa
commit
26e10f47b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue