radarhere / docker-images-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu xenial 64-bit images with Pythons installed

Ubuntu xenial (16.04) docker images (64-bit) with Pythons:

  • 2.7
  • 3.5
  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10

installed via apt-get install python2.7-dev (etc).

Pip installed for each Python via get-pip.py.

Pythons include pip and setuptools.

Extra development libraries left in the installation:

  • multibuild libraries
  • libffi-dev (needed for cffi)

Use them via (for x86_64) docker run -it multibuild/xenial_x86_64 /bin/bash

About


Languages

Language:Shell 100.0%