This project is archived. Its data is
read-only
.
Changes
Page history
Update SetupConda
authored
Jan 26, 2022
by
Erik von Reis
Show whitespace changes
Inline
Side-by-side
SetupConda.md
View page @
2d853284
...
...
@@ -53,7 +53,7 @@ https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yam
Create the environment as with this example:
```
cond
a env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml
mamb
a env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml
```
The exact url will depend on which environment file you wish to use.
...
...
@@ -81,7 +81,7 @@ Enjoy!
Updating an environment is almost the same
```
cond
a env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml --prune
mamb
a env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml --prune
```
```--prune```
removes packages not needed after the update.
\ No newline at end of file