mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Update pypy2-5.4.1
Updated comment and fixed typo.
This commit is contained in:
parent
e44f7399f5
commit
ba945d229c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy2-5.4-src' to build from soruce."
|
||||
echo "try 'pypy2-5.4.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue