Skip to content

Commit 07c6aee

Browse files
committed
[feature/hash_update_May_19]:
* modulefiles/wflow_ursa.lua - Remove automatic activation of srw_app conda environment while loading modulefile
1 parent bc97768 commit 07c6aee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

modulefiles/wflow_ursa.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ load("rocoto")
1010
load("conda")
1111

1212
if mode() == "load" then
13-
execute{cmd="conda activate srw_app", modeA={"load"}}
13+
LmodMsgRaw([===[Please do the following to activate conda:
14+
> conda activate srw_app
15+
]===])
16+
1417
end

0 commit comments

Comments
 (0)