#!/bin/env python

import os

bindir = os.environ[ "BINDIR" ]

print( f"bindir = {bindir}" )
