if is_depends_enabled $SPELL python;then
  default_install_python
fi &&
if is_depends_enabled $SPELL python3;then
  default_install_python3
fi
