This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
241
Wiki
Activity
瀏覽代碼
Fixed error message, PyPy3
pull/932/head
Samuel Villamonte
9 年之前
committed by
GitHub
父節點
3314420f2e
當前提交
7a6cbbcd08
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
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
查看文件
@ -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…
取消
儲存