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
Changed pypy_architecture reference to pyston alias
pull/718/head
Samuel Villamonte
9 years ago
committed by
GitHub
parent
d24ce2494b
commit
4e4bd42020
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
@ -1,4 +1,4 @@
case "$(py
py
_architecture 2>/dev/null || true)" in
case "$(py
ston
_architecture 2>/dev/null || true)" in
"linux64" )
install_package "pyston-0.5.1-linux64" "https://github.com/dropbox/pyston/releases/download/v0.5.1/pyston-0.5.1-linux64.tar.gz#4b0d2ad2c19f6393b79adbb9312649d38cb8cb3daf0c8fdf8631465c7761bb79" "pyston" verify_py27
# disabling ensurepip avoids having installation aborted because of a coredump
Write
Preview
Loading…
Cancel
Save