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