This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Fixed error message, PyPy3
pull/932/head
Samuel Villamonte
9 years ago
committed by
GitHub
parent
3314420f2e
commit
7a6cbbcd08
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
+ 1
- 1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0
View File
@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo ": Portable PyPy
3
is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
Write
Preview
Loading…
Cancel
Save