cd  $SOURCE_DIRECTORY &&
# install  python tree
PY=`python3 -V | cut -d\  -f2` &&
cp -a ${SPELL/-/_}* $INSTALL_ROOT/usr/lib/python${PY%.?}/site-packages
