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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user