Skip to content

Commit

Permalink
Update migration-faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth authored Jul 22, 2024
1 parent 11d4fa9 commit 40961c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bih-cluster/docs/storage/migration-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ There are numerous ways around this problem which are described [here](https://w

A simple solution we can recommend is this:

1. Activate your old conda installation like so:
```
$ source /fast/work/users/$USER/conda_folder/bin/activate
1. Before the move, activate your old conda installation like so:
```sh
$ source /fast/work/users/$USER/{your_conda_folder}/bin/activate
```

2. Export all environments with this bash script:
Expand Down

0 comments on commit 40961c6

Please sign in to comment.