Multiple python version installs: Difference between revisions

Jump to navigation Jump to search
Line 210: Line 210:


== Python version on docker images ==
== Python version on docker images ==
=== comparison of docker images ===
<div class="table-responsive" style="width:100%;    min-height: .01%;    overflow-x: auto;">
<table border="1" class="wikitable">
  <tr>
    <th>Docker image:tab</th>
    <th>Estimated time of python v. 3.x installation <br />(minute)</th>
  </tr>
  <tr>
    <td>python:3.6</td>
    <td>1</td>
  </tr>
  <tr>
    <td>[https://hub.docker.com/_/centos/ centos:centos7]</td>
    <td>4</td>
  </tr>
  <tr>
    <td>[https://hub.docker.com/_/ubuntu/ ubuntu:18.04]</td>
    <td>1</td>
  </tr>
</table>
</div>
=== docker image: python ===
=== docker image: python ===
[https://hub.docker.com/_/python/ library/python - Docker Hub]
[https://hub.docker.com/_/python/ library/python - Docker Hub]
Line 251: Line 274:


=== docker image: centos ===
=== docker image: centos ===
[https://hub.docker.com/_/centos/ library/centos - Docker Hub] python v. 2.7.5 for tag:centos7 {{access | date=2018-09-06}}
[https://hub.docker.com/_/centos/ library/centos - Docker Hub] {{access | date=2018-09-06}}
 
* default python version: python v. 2.7.5


<pre>
<pre>

Navigation menu