File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,22 @@ If you are not installing into a virtualenv you can run::
16
16
17
17
$ sudo pip install aws-shell
18
18
19
+ **Mac OS X (10.11 El Capitan) users **: There is a known issue with Apple and
20
+ its included python package dependencies (more info at
21
+ https://github.com/pypa/pip/issues/3165).
22
+ We are investigating ways to fix this issue but in the meantime,
23
+ to install the aws-shell, you can run:
24
+ ``sudo pip install aws-shell --upgrade --ignore-installed six ``
25
+
26
+ Once you've installed the aws-shell, you can now run::
27
+
28
+ $ aws-shell
29
+
30
+ To exit the shell, press ``Ctrl-D ``.
31
+
32
+ Upgrading the aws-shell
33
+ -----------------------
34
+
19
35
If you want to upgrade to the latest version of the aws-shell,
20
36
you can run::
21
37
@@ -25,12 +41,6 @@ You can also use this upgrade command whenever a new version of the AWS CLI is
25
41
released that includes new services and API updates. You will then be
26
42
able to use these new services and API updates in the aws-shell.
27
43
28
- Once you've installed the aws-shell, you can now run::
29
-
30
- $ aws-shell
31
-
32
- To exit the shell, press ``Ctrl-D ``.
33
-
34
44
Supported Python Versions
35
45
-------------------------
36
46
You can’t perform that action at this time.
0 commit comments