This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
241
Wiki
Activity
瀏覽代碼
Display `pypy_architecture` on errors
pull/150/merge
Yamashita Yuu
12 年之前
父節點
34065dddbb
當前提交
5b9b3f742b
共有
12 個文件被更改
,包括
12 次插入
和
12 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/python-build/share/python-build/pypy-1.5
+1
-1
plugins/python-build/share/python-build/pypy-1.6
+1
-1
plugins/python-build/share/python-build/pypy-1.7
+1
-1
plugins/python-build/share/python-build/pypy-1.8
+1
-1
plugins/python-build/share/python-build/pypy-1.9
+1
-1
plugins/python-build/share/python-build/pypy-2.0
+1
-1
plugins/python-build/share/python-build/pypy-2.0.1
+1
-1
plugins/python-build/share/python-build/pypy-2.0.2
+1
-1
plugins/python-build/share/python-build/pypy-2.1
+1
-1
plugins/python-build/share/python-build/pypy-2.2
+1
-1
plugins/python-build/share/python-build/pypy-2.2.1
+1
-1
plugins/python-build/share/python-build/pypy3-2.1-beta1
+ 1
- 1
plugins/python-build/share/python-build/pypy-1.5
查看文件
@ -15,7 +15,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-1.5-src' to build from source."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-1.6
查看文件
@ -15,7 +15,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
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/pypy-1.7
查看文件
@ -15,7 +15,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-1.7-dev' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-1.8
查看文件
@ -15,7 +15,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-1.8-dev' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-1.9
查看文件
@ -15,7 +15,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-1.9-dev' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-2.0
查看文件
@ -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
+ 1
- 1
plugins/python-build/share/python-build/pypy-2.0.1
查看文件
@ -29,7 +29,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.1-src' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-2.0.2
查看文件
@ -29,7 +29,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.2-src' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-2.1
查看文件
@ -41,7 +41,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.1-src' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-2.2
查看文件
@ -41,7 +41,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.2-src' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy-2.2.1
查看文件
@ -41,7 +41,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.2.1-src' to build from soruce."
echo
} >&2
+ 1
- 1
plugins/python-build/share/python-build/pypy3-2.1-beta1
查看文件
@ -41,7 +41,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 'pypy3-2.1-beta1-src' to build from soruce."
echo
} >&2
Write
Preview
Loading…
取消
儲存