Skip to content

Commit

Permalink
Update conda_env_notes.md
Browse files Browse the repository at this point in the history
Accidentally had the complete wrong command in my notes
  • Loading branch information
DavidT3 authored Aug 9, 2024
1 parent 8a30250 commit 4ca991d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_envs/conda_env_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
conda env create -f environment.yml --from-history
conda export --from-history>environment.yml

That makes the environment file.

Expand All @@ -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
conda config --set channel_priority flexible

0 comments on commit 4ca991d

Please sign in to comment.