From ebd6c1aee3f9efe13e5d6db9a3db6d760a90a44c Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Sun, 29 Nov 2015 23:50:16 +0000 Subject: [PATCH] Add comments to Anaconda executables (#491) --- pyenv.d/which/anaconda.bash | 55 ++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 7 deletions(-) diff --git a/pyenv.d/which/anaconda.bash b/pyenv.d/which/anaconda.bash index b0c7d97a..77d8cd58 100644 --- a/pyenv.d/which/anaconda.bash +++ b/pyenv.d/which/anaconda.bash @@ -14,11 +14,14 @@ conda_exists() { } conda_shims() { + ## curl cat <