mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-10 12:33:54 -05:00
update help messages
This commit is contained in:
@@ -30,7 +30,7 @@ To create a virtualenv for the Python version use with pyenv, run
|
|||||||
`pyenv virtualenv` with tha exact name of the version you want to create
|
`pyenv virtualenv` with tha exact name of the version you want to create
|
||||||
virtualenv. For example,
|
virtualenv. For example,
|
||||||
|
|
||||||
$ pyenv virtualenv 2.7.3 venv27 --distribute
|
$ pyenv virtualenv --distribute 2.7.3 venv27
|
||||||
|
|
||||||
virtualenvs will be created into a directory of the same name
|
virtualenvs will be created into a directory of the same name
|
||||||
under `~/.pyenv/versions`.
|
under `~/.pyenv/versions`.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ fi
|
|||||||
eval "$(python-virtualenv --lib)"
|
eval "$(python-virtualenv --lib)"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
{ echo "usage: pyenv virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] PYTHON_VERSION NAME"
|
{ echo "usage: pyenv virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] VERSION VIRTUALENV_NAME"
|
||||||
echo
|
echo
|
||||||
echo " -v/--verbose Verbose mode: print compilation status to stdout"
|
echo " -v/--verbose Verbose mode: print compilation status to stdout"
|
||||||
echo
|
echo
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ version() {
|
|||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
{ version
|
{ version
|
||||||
echo "usage: python-virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] python_prefix virtualenv_path"
|
echo "usage: python-virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] python_bin virtualenv_path"
|
||||||
} >&2
|
} >&2
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user