Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
isprogram
/
pyenv
Mirror von
https://github.com/pyenv/pyenv.git
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Projekte
0
Releases
241
Wiki
Aktivität
Quellcode durchsuchen
Display `anaconda_architecture` on errors (
yyuu/pyenv-virtualenv#18
)
pull/150/merge
Yamashita Yuu
vor 12 Jahren
Ursprung
5b9b3f742b
Commit
b55830fb01
17 geänderte Dateien
mit
17 neuen
und
17 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Datei anzeigen
@ -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
Verfassen
Vorschau
Laden…
Abbrechen
Speichern