From a2c878f28410766bb422d7e82b1dc80f87bda369 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Tue, 4 Jun 2013 20:32:22 +0900 Subject: [PATCH] remove `--distribute` from example. it will be replaced by new setuptools in near future. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5aafcf..9ea6c9a 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 --distribute 2.7.3 venv27 + $ pyenv virtualenv 2.7.3 venv27 virtualenvs will be created into a directory of the same name under `~/.pyenv/versions`.