extpython/README.md

14 lines
426 B
Markdown
Raw Normal View History

2019-05-31 13:22:21 -07:00
extpython
=========
2019-05-31 07:41:20 -07:00
2019-05-31 13:22:21 -07:00
Isolated python installations for Ubuntu
2019-05-31 07:41:20 -07:00
2019-05-31 13:22:21 -07:00
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.
2019-05-31 07:41:20 -07:00
TODO:
2019-05-31 13:22:21 -07:00
- Support other than Bionic
- Parameter for pre-loaded pip modules