We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8865b7e commit 59016b8Copy full SHA for 59016b8
cloud/aws.md
@@ -68,8 +68,10 @@
68
69
70
- [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`
+- On my `localhost`:
+ - `conda create --name aws` provides a dedicated environment
73
+ - `conda activate aws` makes this the active environment
74
+ - `conda install various`
75
- Before the install worked I was obliged to install `unzip` using `sudo apt install unzip`... then:
76
- `curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"`
77
- `unzip awscliv2.zip`
0 commit comments