You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some prerequisites may be required. See our `Preview Install Guide <https://github.com/Azure/azure-cli/blob/master/doc/preview_install_guide.md>`__.
97
-
98
-
If you run into an ``AttributeError: 'X509' object has no attribute '_x509'`` error, downgrade your version of the requests library from 2.12.1 to 2.11.1.
99
-
With the default install location, use ``/usr/local/az/bin/pip install requests==2.11.1``.
100
-
101
80
Install with apt-get
102
81
^^^^^^^^^^^^^^^^^^^^
103
82
@@ -120,17 +99,38 @@ See our `Docker tags <https://hub.docker.com/r/azuresdk/azure-cli-python/tags/>`
120
99
121
100
.. code-block:: console
122
101
123
-
$ docker run -it azuresdk/azure-cli-python:<version>
102
+
$ docker run -v $HOME:/root -it azuresdk/azure-cli-python:<version>
124
103
125
104
Run the latest automated Docker build with the command below.
126
105
All command modules are included in this version as the image is built directly from the Git repository.
127
106
128
107
.. code-block:: console
129
108
130
-
$ docker run -it azuresdk/azure-cli-python:latest
109
+
$ docker run -v $HOME:/root -it azuresdk/azure-cli-python:latest
131
110
132
111
For installation steps for common platforms, as well as dependency troubleshooting, please take a look at our `installation guide <http://github.com/Azure/azure-cli/blob/master/doc/preview_install_guide.md>`__.
Some prerequisites may be required. See our `Preview Install Guide <https://github.com/Azure/azure-cli/blob/master/doc/preview_install_guide.md>`__.
130
+
131
+
If you run into an ``AttributeError: 'X509' object has no attribute '_x509'`` error, downgrade your version of the requests library from 2.12.1 to 2.11.1.
132
+
With the default install location, use ``/usr/local/az/bin/pip install requests==2.11.1``.
0 commit comments