Skip to content

Commit e8dfa99

Browse files
committed
Revert "Mamba -f does not like URLs"
This reverts commit b7094c3. Issue mamba-org/mamba#3867 is solved.
1 parent b50c048 commit e8dfa99

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

content/conda.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ We will call the environment `coderefinery`.
137137
Then type
138138
(without the `$`):
139139
```console
140-
$ curl "https://raw.githubusercontent.com/coderefinery/software/main/environment.yml" -o environment.yml
141-
$ mamba env create -n coderefinery -f environment.yml
140+
$ mamba env create -n coderefinery -f https://raw.githubusercontent.com/coderefinery/software/main/environment.yml
142141
```
143142
:::
144143

@@ -157,10 +156,9 @@ We will call the environment `coderefinery`.
157156
automatically initialize conda?", but then it will always be
158157
active).
159158

160-
In the second step, we will install the software environment by first copying the definition file:
159+
In the second step, we will install the software environment:
161160
```console
162-
$ curl "https://raw.githubusercontent.com/coderefinery/software/main/environment.yml" -o environment.yml
163-
$ mamba env create -n coderefinery -f environment.yml
161+
$ mamba env create -n coderefinery -f https://raw.githubusercontent.com/coderefinery/software/main/environment.yml
164162
```
165163
:::
166164
::::

0 commit comments

Comments
 (0)