Skip to content

Commit

Permalink
2nd conda export variant (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth authored Aug 20, 2024
1 parent ce57072 commit ed868b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bih-cluster/docs/storage/migration-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ done

```
If you run into errors it might be better to use `conda env export -n $env --no-builds -f $env.yaml`.
In case your old conda installation cannot be activated anymore, you can also use your new conda to do the export
by specifying a full path like so: `conda env export -p /fast/work/user/$USER/miniconda/envs/<env_name> -f <env_name>.yaml`.

3. Install a fresh version of conda or mamba in your new work folder.
Don't forget to turn off automatic base environment activation for less delay during login and reduced strain on the login nodes.
Expand Down

0 comments on commit ed868b9

Please sign in to comment.