remove --distribute from example.

it will be replaced by new setuptools in near future.
This commit is contained in:
Yamashita Yuu
2013-06-04 20:32:22 +09:00
parent b7c498ce03
commit a2c878f284

View File

@@ -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 --distribute 2.7.3 venv27 $ pyenv virtualenv 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`.