source_up_if_exists

if [ -d packages ]; then
  PATH_add packages/python/bin
  path_add PYTHONPATH src
fi


