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 "The \`$PYENV_COMMAND' command exists in these Python versions:"
|
||||||
echo "$versions" | sed 's/^/ /g'
|
echo "$versions" | sed 's/^/ /g'
|
||||||
echo
|
echo
|
||||||
echo "Note: See 'pyenv help global' for tips on allowing both"
|
echo "Note: See 'pyenv help global' for tips on allowing multiple"
|
||||||
echo " python2 and python3 to be found."
|
echo " Python versions to be found at the same time."
|
||||||
} >&2
|
} >&2
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -68,8 +68,8 @@ pyenv: py.test: command not found
|
|||||||
The \`py.test' command exists in these Python versions:
|
The \`py.test' command exists in these Python versions:
|
||||||
3.4
|
3.4
|
||||||
|
|
||||||
Note: See 'pyenv help global' for tips on allowing both
|
Note: See 'pyenv help global' for tips on allowing multiple
|
||||||
python2 and python3 to be found.
|
Python versions to be found at the same time.
|
||||||
OUT
|
OUT
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -85,8 +85,8 @@ pyenv: py.test: command not found
|
|||||||
The \`py.test' command exists in these Python versions:
|
The \`py.test' command exists in these Python versions:
|
||||||
3.4
|
3.4
|
||||||
|
|
||||||
Note: See 'pyenv help global' for tips on allowing both
|
Note: See 'pyenv help global' for tips on allowing multiple
|
||||||
python2 and python3 to be found.
|
Python versions to be found at the same time.
|
||||||
OUT
|
OUT
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -118,8 +118,8 @@ The \`py.test' command exists in these Python versions:
|
|||||||
3.3
|
3.3
|
||||||
3.4
|
3.4
|
||||||
|
|
||||||
Note: See 'pyenv help global' for tips on allowing both
|
Note: See 'pyenv help global' for tips on allowing multiple
|
||||||
python2 and python3 to be found.
|
Python versions to be found at the same time.
|
||||||
OUT
|
OUT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user