From 4ca991d139e2c4f3c4aae770e3f19377e378740f Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 9 Aug 2024 20:56:44 +0100 Subject: [PATCH] Update conda_env_notes.md Accidentally had the complete wrong command in my notes --- conda_envs/conda_env_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_envs/conda_env_notes.md b/conda_envs/conda_env_notes.md index d0569f4b..e9317d69 100644 --- a/conda_envs/conda_env_notes.md +++ b/conda_envs/conda_env_notes.md @@ -1,4 +1,4 @@ -conda env create -f environment.yml --from-history +conda export --from-history>environment.yml That makes the environment file. @@ -17,4 +17,4 @@ Also, when installing from an environment file, it seems a good idea to reset th that its on flexible but sometimes it seems to be lying: conda config --set channel_priority strict -conda config --set channel_priority flexible \ No newline at end of file +conda config --set channel_priority flexible