#!/bin/sh
_CONDA_ROOT="/opt/anaconda1anaconda2anaconda3"
\. "$_CONDA_ROOT/etc/profile.d/conda.sh" || return $?
_conda_activate "$@"
