mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 12:33:48 -05:00
s/pypy/&2/ in error messages
This commit is contained in:
@@ -6,7 +6,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||||||
{ echo
|
{ echo
|
||||||
colorize 1 "ERROR"
|
colorize 1 "ERROR"
|
||||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||||
echo "try 'pypy-5.3-src' to build from soruce."
|
echo "try 'pypy2-5.3-src' to build from soruce."
|
||||||
echo
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
exit 1
|
exit 1
|
||||||
@@ -31,7 +31,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||||||
{ echo
|
{ echo
|
||||||
colorize 1 "ERROR"
|
colorize 1 "ERROR"
|
||||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||||
echo "try 'pypy-5.3-src' to build from soruce."
|
echo "try 'pypy2-5.3-src' to build from soruce."
|
||||||
echo
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||||||
{ echo
|
{ echo
|
||||||
colorize 1 "ERROR"
|
colorize 1 "ERROR"
|
||||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||||
echo "try 'pypy-5.3-src' to build from soruce."
|
echo "try 'pypy2-5.3.1-src' to build from soruce."
|
||||||
echo
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user