From 72431854542cca895dca815063a4cf341cc7839c Mon Sep 17 00:00:00 2001 From: InkosiZhong Date: Wed, 13 Mar 2024 09:03:39 +0800 Subject: [PATCH] v2.0 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index feea7fb..fa3f950 100644 --- a/README.md +++ b/README.md @@ -178,11 +178,10 @@ Chopsticks exists to handle large-scale computing tasks, interactive tasks are n Chopsticks temporarily does not support different tasks to run in different environments, it mainly depends on the running environment of the guard process. If you want to modify the running environment (such as conda environment), please execute following commands ```bash -(base) cquit +(base) cs quit (base) conda activate env -(env) credirect # or any other commands +(env) cs redirect # or any other commands > [trigger] start a guard process > [guard] guard process ready > [redirect] set as /tmp/out.txt -> [trigger] the above outputs are antique ``` \ No newline at end of file