diskimage-builder/elements/dib-python
Gregory Haynes d1e32f80a6 Run package-intalls with py3k if we must
Use dib-python to run package-installs using the provided python
version. Automatically detect the python version for our
package-installs-squash since that runs outside the chroot.

Change-Id: I926022bcf8cbcd81b051026ffd5d6477650045ad
2016-01-04 23:37:30 +00:00
..
pre-install.d Run package-intalls with py3k if we must 2016-01-04 23:37:30 +00:00
README.rst Add dib-python element 2015-12-10 19:39:38 +00:00

===========
dib=-python
===========

Adds a symlink to /usr/local/bin/dib-python which points at either a python2
or python3 executable. This is useful for creating #! lines for scripts that
are compatible with both python2 and python3.

This does not install a python if one does not exist, and instead fails.