1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Display pypy_architecture on errors

This commit is contained in:
Yamashita Yuu
2014-03-25 11:39:34 +09:00
parent 34065dddbb
commit 5b9b3f742b
12 changed files with 12 additions and 12 deletions

View File

@@ -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