ソースを参照

grep -q

pull/454/head
Marcin 1年前
コミット
9205864cf0
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/pyenv-virtualenv

+ 1
- 1
bin/pyenv-virtualenv ファイルの表示

@ -337,7 +337,7 @@ fi
export PYENV_VERSION="${VERSION_NAME}"
is_available() {
python-build --definitions | $(type -P ggrep grep | head -1) -F -x "$1" >/dev/null
python-build --definitions | grep -F -x -q "$1"
}
# Source version must exist before creating virtualenv.

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