diff --git a/README.md b/README.md index 411bb9d..24cc258 100644 --- a/README.md +++ b/README.md @@ -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 virtualenv. For example, - $ pyenv virtualenv 2.7.3 venv27 + $ pyenv virtualenv 2.7.3 venv27 --distribute virtualenvs will be created into a directory of the same name under `~/.pyenv/versions`.