#!/usr/bin/env bash
if [ -z "$SAGE_LOCAL" ]; then
    echo "SAGE_LOCAL undefined ... exiting"
    echo "Maybe run 'sage -sh'?"
    exit 1
fi

exec pip install --upgrade service_identity pyopenssl
