mirror of
https://github.com/pyenv/pyenv.git
synced 2025-04-04 22:24:42 +00:00
Display pypy_architecture
on errors
This commit is contained in:
parent
34065dddbb
commit
5b9b3f742b
12 changed files with 12 additions and 12 deletions
|
@ -15,7 +15,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-1.5-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -15,7 +15,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -15,7 +15,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-1.7-dev' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -15,7 +15,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-1.8-dev' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -15,7 +15,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-1.9-dev' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -37,7 +37,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.0-src' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -29,7 +29,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.0.1-src' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -29,7 +29,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.0.2-src' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -41,7 +41,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.1-src' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -41,7 +41,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.2-src' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -41,7 +41,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.2.1-src' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
|
@ -41,7 +41,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
* )
|
||||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(uname -s)-$(uname -m)."
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy3-2.1-beta1-src' to build from soruce."
|
||||
echo
|
||||
} >&2
|
||||
|
|
Loading…
Reference in a new issue