Skip to content

A Docker image with multiple Python versions

Notifications You must be signed in to change notification settings

massware/docker-multi-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image With Many Python Versions

This is a Docker image that has many different Python versions pre-installed. It also comes with tox so you can easily test your code on several different Python versions.

Details

The image is based on Ubuntu 18.04. Python packages come from the Deadsnakes PPA. The following Python runtimes are installed:

  • Python 3.5
  • Python 3.6
  • Python 3.7
  • Python 3.8

This includes the header packages (python3.{5-8}-dev) and venv where applicable, psql client. In addition, tox and virtualenv are pre-installed.

About

A Docker image with multiple Python versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 87.3%
  • Makefile 12.7%