We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057b9be commit 3c0edf8Copy full SHA for 3c0edf8
CHANGELOG.md
@@ -7,7 +7,7 @@
7
#### 1.1.4
8
9
* Support newer conda (#290)
10
-* Prefer `python3.x` executable if avaialble (#206, #282, #296)
+* Prefer `python3.x` executable if available (#206, #282, #296)
11
12
#### 1.1.3
13
bin/pyenv-virtualenv
@@ -145,7 +145,7 @@ detect_venv() {
145
if [ -x "${prefix}/bin/virtualenv" ]; then
146
HAS_VIRTUALENV=1
147
fi
148
- # Prefer `python3.x` executable if avaialble (#206, #282)
+ # Prefer `python3.x` executable if available (#206, #282)
149
local python
150
for python in "python${PYENV_VERSION%.*}" "python${PYENV_VERSION%%.*}" "python"; do
151
if pyenv-exec "${python}" -m venv --help 1>/dev/null 2>&1; then
0 commit comments