Skip to content

paternal/docker-pythons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paternal/pythons

Docker Stars Docker Pulls

A docker image with several python versions, and associated python tools.

⚠ Warning: If you were using those images before february 2022, be aware that the way Python versions are installed have changed.

  • Before: Python was installed using apt (which was a mess).
  • Now: Python is compiled from source.

The result is that more Python versions are now installed.

This image is Debian stable, with the following Python versions compiled from source:

Missing a tool? Contact me to add any Python package from the Python Packaging Authority, the Python Software Foundation, or Python Code Quality Authority.

The accurate versions of each tools (excepted thoses installed using pip3) is available at the start of the Dockerfile.

I try to keep the tools here up-to-date: when a new python or Debian version is available, this image is updated soon after, without notice. However, if a new version of whatever binary is installed here is available, and I did not update this Docker image yet, please contact me (issue tracker or mail at the beginning of the Dockerfile).

Usage

sudo docker pull paternal/pythons
sudo docker run -i -t paternal/pythons /bin/bash