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