#!/usr/bin/osascript

tell application "Terminal"
  do script ". __ROOT_PREFIX__/etc/profile.d/conda.sh && conda activate __PREFIX__ && clear"
end tell
