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

Fix error messages of Anaconda/Miniconda

This commit is contained in:
Yamashita Yuu
2014-04-29 12:56:31 +09:00
parent 601ac4b3f3
commit fe87e44870
20 changed files with 20 additions and 20 deletions

View File

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