Skip to content

Commit 59016b8

Browse files
authored
Update aws.md
1 parent 8865b7e commit 59016b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cloud/aws.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@
6868

6969

7070
- [Get started guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
71-
- On my `localhost`: `conda create --name aws` so as to have a dedicated environment
72-
- `conda activate aws`
71+
- On my `localhost`:
72+
- `conda create --name aws` provides a dedicated environment
73+
- `conda activate aws` makes this the active environment
74+
- `conda install various`
7375
- Before the install worked I was obliged to install `unzip` using `sudo apt install unzip`... then:
7476
- `curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"`
7577
- `unzip awscliv2.zip`

0 commit comments

Comments
 (0)