mirror of
https://github.com/pyenv/pyenv.git
synced 2025-03-24 02:21:50 +00:00
Fix error messages of Anaconda/Miniconda
This commit is contained in:
parent
601ac4b3f3
commit
fe87e44870
20 changed files with 20 additions and 20 deletions
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": Precompiled binary of anaconda-1.4.0 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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.5.0 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
|
||||
|
|
|
@ -5,7 +5,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.5.1 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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.6.0 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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.6.1 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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.7.0 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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.8.0 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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.9.0 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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of anaconda-1.9.1 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda-2.2.2 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda-3.0.0 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda-3.0.4 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda-3.0.5 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda-3.3.0 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda3-2.2.2 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda3-3.0.0 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda3-3.0.4 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda3-3.0.5 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo "Precompiled binary of miniconda3-3.3.0 is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo ": The binary distribution of Miniconda is not available for $(anaconda_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue