mirror of
https://github.com/pyenv/pyenv.git
synced 2026-04-06 13:45:11 +09:00
which: update pyenv help global tip (#3424)
This commit is contained in:
parent
6a246fad63
commit
044d816d35
@ -112,8 +112,8 @@ else
|
||||
echo "The \`$PYENV_COMMAND' command exists in these Python versions:"
|
||||
echo "$versions" | sed 's/^/ /g'
|
||||
echo
|
||||
echo "Note: See 'pyenv help global' for tips on allowing both"
|
||||
echo " python2 and python3 to be found."
|
||||
echo "Note: See 'pyenv help global' for tips on allowing multiple"
|
||||
echo " Python versions to be found at the same time."
|
||||
} >&2
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -68,8 +68,8 @@ pyenv: py.test: command not found
|
||||
The \`py.test' command exists in these Python versions:
|
||||
3.4
|
||||
|
||||
Note: See 'pyenv help global' for tips on allowing both
|
||||
python2 and python3 to be found.
|
||||
Note: See 'pyenv help global' for tips on allowing multiple
|
||||
Python versions to be found at the same time.
|
||||
OUT
|
||||
}
|
||||
|
||||
@ -85,8 +85,8 @@ pyenv: py.test: command not found
|
||||
The \`py.test' command exists in these Python versions:
|
||||
3.4
|
||||
|
||||
Note: See 'pyenv help global' for tips on allowing both
|
||||
python2 and python3 to be found.
|
||||
Note: See 'pyenv help global' for tips on allowing multiple
|
||||
Python versions to be found at the same time.
|
||||
OUT
|
||||
}
|
||||
|
||||
@ -118,8 +118,8 @@ The \`py.test' command exists in these Python versions:
|
||||
3.3
|
||||
3.4
|
||||
|
||||
Note: See 'pyenv help global' for tips on allowing both
|
||||
python2 and python3 to be found.
|
||||
Note: See 'pyenv help global' for tips on allowing multiple
|
||||
Python versions to be found at the same time.
|
||||
OUT
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user