mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Fix typos in command examples (#2147)
This commit is contained in:
parent
663abeb5fa
commit
552d943762
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
||||||
# version's `bin' directory is at the front.
|
# version's `bin' directory is at the front.
|
||||||
#
|
#
|
||||||
# For example, if the currently selected Python version is 2.7.6:
|
# For example, if the currently selected Python version is 2.7.6:
|
||||||
# pyenv exec pip install -rrequirements.txt
|
# pyenv exec pip install -r requirements.txt
|
||||||
#
|
#
|
||||||
# is equivalent to:
|
# is equivalent to:
|
||||||
# PATH="$PYENV_ROOT/versions/2.7.6/bin:$PATH" pip install -rrequirements.txt
|
# PATH="$PYENV_ROOT/versions/2.7.6/bin:$PATH" pip install -r requirements.txt
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
Loading…
Reference in a new issue