Przeglądaj źródła

Spelling fixes (#352)

pull/350/head
Ville Skyttä 1 rok temu
committed by GitHub
rodzic
commit
3c0edf888e
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      bin/pyenv-virtualenv

+ 1
- 1
CHANGELOG.md Wyświetl plik

@ -7,7 +7,7 @@
#### 1.1.4 #### 1.1.4
* Support newer conda (#290) * Support newer conda (#290)
* Prefer `python3.x` executable if avaialble (#206, #282, #296)
* Prefer `python3.x` executable if available (#206, #282, #296)
#### 1.1.3 #### 1.1.3

+ 1
- 1
bin/pyenv-virtualenv Wyświetl plik

@ -145,7 +145,7 @@ detect_venv() {
if [ -x "${prefix}/bin/virtualenv" ]; then if [ -x "${prefix}/bin/virtualenv" ]; then
HAS_VIRTUALENV=1 HAS_VIRTUALENV=1
fi fi
# Prefer `python3.x` executable if avaialble (#206, #282)
# Prefer `python3.x` executable if available (#206, #282)
local python local python
for python in "python${PYENV_VERSION%.*}" "python${PYENV_VERSION%%.*}" "python"; do for python in "python${PYENV_VERSION%.*}" "python${PYENV_VERSION%%.*}" "python"; do
if pyenv-exec "${python}" -m venv --help 1>/dev/null 2>&1; then if pyenv-exec "${python}" -m venv --help 1>/dev/null 2>&1; then

Ładowanie…
Anuluj
Zapisz