Multiple python version installs: Difference between revisions

Jump to navigation Jump to search
m (Text replacement - ": Image:Owl icon.jpg " to "{{Tips}} ")
Tags: Mobile edit Mobile web edit
Line 227: Line 227:
== Python version on docker images ==
== Python version on docker images ==
=== comparison of docker images ===
=== comparison of docker images ===
 
* continuumio/anaconda3: Python 3.12.7 {{access | date=2025-01-22}}
* condaforge/miniforge3:latest [https://hub.docker.com/r/condaforge/miniforge3]: python 3.9.10
* continuumio/anaconda3:2022.10: Python 3.9.13
* condaforge/miniforge3:4.9.2-5 [https://hub.docker.com/layers/condaforge/miniforge3/4.9.2-5/images/sha256-dd9baf33f5d1b73fe98b706843ed1db4e242053f582dbec4a25ce8c3569cef5a?context=explore]: python 3.8.6
* continuumio/anaconda3:2022.05: Python 3.9.12
* continuumio/anaconda3: python 3.9.7
* continuumio/anaconda3:2019.10 [https://hub.docker.com/layers/continuumio/anaconda3/2019.10/images/sha256-9068d4877089bf01ab633e7b26571683a90ba8883b5e47bd12d1e3eae27efea3]: Python 3.7.4
* continuumio/anaconda3:2019.10 [https://hub.docker.com/layers/continuumio/anaconda3/2019.10/images/sha256-9068d4877089bf01ab633e7b26571683a90ba8883b5e47bd12d1e3eae27efea3] -> python 3.7.4
* condaforge/miniforge3:latest [https://hub.docker.com/r/condaforge/miniforge3]: Python 3.9.10 {{access | date=2022-08-22}}
 
* condaforge/miniforge3:4.9.2-5 [https://hub.docker.com/layers/condaforge/miniforge3/4.9.2-5/images/sha256-dd9baf33f5d1b73fe98b706843ed1db4e242053f582dbec4a25ce8c3569cef5a?context=explore]: Python 3.8.6
<div class="table-responsive" style="width:100%;    min-height: .01%;    overflow-x: auto;">
<table border="1" class="wikitable">
  <tr>
    <th>Docker image:tag</th>
    <th>Estimated time of python v. 3.x installation <br />(minute)</th>
  </tr>
  <tr>
    <td>[https://hub.docker.com/_/python/ python:3.6]</td>
    <td>less than 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 ===

Navigation menu