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
Fix missing reference to pypy_architecture
pull/718/head
Samuel Villamonte
9 years ago
committed by
GitHub
parent
4e4bd42020
commit
7a957c5488
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/pyston-0.5.1
+ 1
- 1
plugins/python-build/share/python-build/pyston-0.5.1
View File
@ -11,7 +11,7 @@ case "$(pyston_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": A Pyston 0.5.1 binary is not available for $(py
py
_architecture 2>/dev/null || true)."
echo ": A Pyston 0.5.1 binary is not available for $(py
ston
_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
Write
Preview
Loading…
Cancel
Save