Przeglądaj źródła

Display `anaconda_architecture` on errors (yyuu/pyenv-virtualenv#18)

pull/150/merge
Yamashita Yuu 12 lat temu
rodzic
commit
b55830fb01
17 zmienionych plików z 17 dodań i 17 usunięć
  1. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.4.0
  2. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.5.0
  3. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.5.1
  4. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.6.0
  5. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.6.1
  6. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.7.0
  7. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.8.0
  8. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.9.0
  9. +1
    -1
      plugins/python-build/share/python-build/anaconda-1.9.1
  10. +1
    -1
      plugins/python-build/share/python-build/miniconda-2.2.2
  11. +1
    -1
      plugins/python-build/share/python-build/miniconda-3.0.0
  12. +1
    -1
      plugins/python-build/share/python-build/miniconda-3.0.4
  13. +1
    -1
      plugins/python-build/share/python-build/miniconda-3.0.5
  14. +1
    -1
      plugins/python-build/share/python-build/miniconda3-2.2.2
  15. +1
    -1
      plugins/python-build/share/python-build/miniconda3-3.0.0
  16. +1
    -1
      plugins/python-build/share/python-build/miniconda3-3.0.4
  17. +1
    -1
      plugins/python-build/share/python-build/miniconda3-3.0.5

+ 1
- 1
plugins/python-build/share/python-build/anaconda-1.4.0 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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 Wyświetl plik

@ -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

Ładowanie…
Anuluj
Zapisz