default_install &&
if is_depends_enabled $SPELL python
then
  cd python &&
  python setup.py install &&
  cd ../
fi
