YDIR=$(dirname $0) pushd $YDIR python3 -m venv venv . venv/bin/activate pip3 install yangson cbor popd python3 $YDIR/json-cbor-yang.py "$@"