#!/bin/sh
_CONDA_ROOT="$(cygpath 'C:\bld\conda_1532974095926\_h_env')"
\. "$_CONDA_ROOT/etc/profile.d/conda.sh" || return $?
_conda_activate "$@"
