#!/bin/sh python2 -c 'import posix1e; print posix1e' python2-dbg -c 'import posix1e; print posix1e' python3 -c 'import posix1e; print(posix1e)' python3-dbg -c 'import posix1e; print(posix1e)'