ソースを参照

Spelling fixes (#352)

pull/350/head
Ville Skyttä 1年前
committed by GitHub
コミット
3c0edf888e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      bin/pyenv-virtualenv

+ 1
- 1
CHANGELOG.md ファイルの表示

@ -7,7 +7,7 @@
#### 1.1.4
* 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
bin/pyenv-virtualenv ファイルの表示

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

読み込み中…
キャンセル
保存