python builds
Go to file
dave 03ef30b3b8 Update readme 2019-05-31 13:22:21 -07:00
scripts Misc tweaks 2019-05-31 09:23:34 -07:00
src Misc tweaks 2019-05-31 09:23:34 -07:00
.dockerignore multi version support 2019-05-31 09:07:08 -07:00
.gitignore multi version support 2019-05-31 09:07:08 -07:00
Dockerfile abandon submodule technique 2019-05-31 07:43:42 -07:00
README.md Update readme 2019-05-31 13:22:21 -07:00
build.sh Misc tweaks 2019-05-31 09:23:34 -07:00

README.md

extpython

Isolated python installations for Ubuntu

Extpython is a collection of tools for building installable packages containing various versions of Python. The installations are isolated from the operating system's python such that modules may be added, removed, or upgraded without risk of breaking. The builds are executed in Docker.

TODO:

  • Support other than Bionic
  • Parameter for pre-loaded pip modules