1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Add miniconda latest

This commit is contained in:
Yamashita, Yuu
2015-12-23 07:54:47 +00:00
parent c678bb1eaa
commit 046f5bde02
15 changed files with 83 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of Anaconda is not available for $(anaconda_architecture 2>/dev/null || true)."
echo ": The binary distribution of Anaconda2 is not available for $(anaconda_architecture 2>/dev/null || true)."
echo
} >&2
exit 1