#!/usr/bin/bash
# SCLS deactivate subcommand — deactivate the SCLS environment
SCLS="$(cd "$(dirname "$0")/../../.." && pwd)"

echo "To deactivate the SCLS environment, run:"
echo ""
echo "  source $SCLS/share/scls/deactivate.sh"
echo ""
echo "Note: deactivation must be sourced into your current shell."
echo "It cannot be run as a subprocess."
