Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
isprogram
/
pyenv
miroir de
https://github.com/pyenv/pyenv.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Projects
0
Versions
241
Wiki
Activité
Parcourir la source
Display `pypy_architecture` on errors
pull/150/merge
Yamashita Yuu
il y a 12 ans
Parent
34065dddbb
révision
5b9b3f742b
12 fichiers modifiés
avec
12 ajouts
et
12 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Voir le fichier
@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer