You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ ! -z $FORCE_INSTALL ]] && [[ $FORCE_INSTALL == "1" ]]; then
echo "Installing into $conda_env"
elif [[ $conda_env != "ginput-auto-default" ]]; then
echo "Error: current environment is not ginput-auto-default, call with FORCE_INSTALL=1 to allow installing in the current environment"
exit 2
fi
which dot >& /dev/null
if [[ $? != 0 ]]; then
echo "Warning: dot is not installed or not on your path. Some graphs in the documentation will not build. Please install graphviz with your package manager."