Skip to content

Commit 7ceaa4b

Browse files
author
jlpalomino
committed
Update conda env activate instructions
1 parent c5bbafc commit 7ceaa4b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ To manage your conda environments, use the following commands:
4848

4949
#### Activate the environment that you'd like to use
5050

51+
[Conda 4.6 and later versions (all operating systems):](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
52+
```
53+
conda activate earth-analytics-python
54+
```
55+
56+
[Conda versions prior to 4.6:](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
57+
5158
On Mac or Linux:
5259

5360
```

0 commit comments

Comments
 (0)