From 2e3107f83cbc9f23c5e07aa30571c71825bcd5f2 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Thu, 9 Sep 2021 13:10:32 +0800 Subject: [PATCH] [Misc] Fix the path in conda_env.yaml (#2895) Signed-off-by: cegao --- conda/conda_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/conda_env.yaml b/conda/conda_env.yaml index 928802981d69a..09ff35f84a740 100644 --- a/conda/conda_env.yaml +++ b/conda/conda_env.yaml @@ -1,7 +1,7 @@ # How to update the env: # # conda activate taichi-dev -# conda env update --file conda-env.yaml --prune +# conda env update --file conda_env.yaml --prune # https://stackoverflow.com/a/43873901/12003165 name: taichi-dev