使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
isprogram
/
pyenv
镜像自地址
https://github.com/pyenv/pyenv.git
关注
1
点赞
0
派生
0
代码
工单
0
项目
0
版本发布
241
百科
动态
浏览代码
Display `anaconda_architecture` on errors (
yyuu/pyenv-virtualenv#18
)
pull/150/merge
Yamashita Yuu
12 年前
父节点
5b9b3f742b
当前提交
b55830fb01
共有
17 个文件被更改
,包括
17 次插入
和
17 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
plugins/python-build/share/python-build/anaconda-1.4.0
+1
-1
plugins/python-build/share/python-build/anaconda-1.5.0
+1
-1
plugins/python-build/share/python-build/anaconda-1.5.1
+1
-1
plugins/python-build/share/python-build/anaconda-1.6.0
+1
-1
plugins/python-build/share/python-build/anaconda-1.6.1
+1
-1
plugins/python-build/share/python-build/anaconda-1.7.0
+1
-1
plugins/python-build/share/python-build/anaconda-1.8.0
+1
-1
plugins/python-build/share/python-build/anaconda-1.9.0
+1
-1
plugins/python-build/share/python-build/anaconda-1.9.1
+1
-1
plugins/python-build/share/python-build/miniconda-2.2.2
+1
-1
plugins/python-build/share/python-build/miniconda-3.0.0
+1
-1
plugins/python-build/share/python-build/miniconda-3.0.4
+1
-1
plugins/python-build/share/python-build/miniconda-3.0.5
+1
-1
plugins/python-build/share/python-build/miniconda3-2.2.2
+1
-1
plugins/python-build/share/python-build/miniconda3-3.0.0
+1
-1
plugins/python-build/share/python-build/miniconda3-3.0.4
+1
-1
plugins/python-build/share/python-build/miniconda3-3.0.5
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.4.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": Precompiled binary of anaconda-1.4.0 is not available for $(
uname -s)-$(uname -m
)."
echo ": Precompiled binary of anaconda-1.4.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.5.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.5.0 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.5.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.5.1
查看文件
@ -5,7 +5,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.5.1 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.5.1 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.6.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.6.0 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.6.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.6.1
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.6.1 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.6.1 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.7.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.7.0 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.7.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.8.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.8.0 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.8.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.9.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.9.0 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.9.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.9.1
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of anaconda-1.9.1 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of anaconda-1.9.1 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda-2.2.2
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda-2.2.2 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda-2.2.2 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda-3.0.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda-3.0.0 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda-3.0.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda-3.0.4
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda-3.0.4 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda-3.0.4 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda-3.0.5
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda-3.0.5 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda-3.0.5 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda3-2.2.2
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda3-2.2.2 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda3-2.2.2 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda3-3.0.0
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda3-3.0.0 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda3-3.0.0 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda3-3.0.4
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda3-3.0.4 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda3-3.0.4 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
+ 1
- 1
plugins/python-build/share/python-build/miniconda3-3.0.5
查看文件
@ -11,7 +11,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo "Precompiled binary of miniconda3-3.0.5 is not available for $(
uname -s)-$(uname -m
)."
echo "Precompiled binary of miniconda3-3.0.5 is not available for $(
anaconda_architecture 2>/dev/null || true
)."
echo
} >&2
exit 1
撰写
预览
正在加载...
取消
保存