This project is archived. Its data is
read-only
.
Changes
Page history
Update SetupConda
authored
Jan 26, 2022
by
Erik von Reis
Hide whitespace changes
Inline
Side-by-side
SetupConda.md
View page @
84819ace
...
@@ -69,3 +69,15 @@ activate with
...
@@ -69,3 +69,15 @@ activate with
```
```
conda activate cds-py37
conda activate cds-py37
```
```
Enjoy!
## Updating an environment
Updating an environment is almost the same
```
conda 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