From ee4182321e018023851d8a503488ee563f44f1f4 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 5 Nov 2014 09:17:05 -0800 Subject: [PATCH] Update python versions in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 978edb26..2ebec3ca 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ reading it from the following sources, in this order: `PATH`.) **NOTE:** You can activate multiple versions at the same time, e.g. `pyenv -global 3.4.1 2.7.8`. This allows for parallel usage of python2 and python3, +global 3.4.2 2.7.8`. This allows for parallel usage of python2 and python3, and is required with tools like `tox`. ### Locating the Python Installation @@ -142,8 +142,8 @@ Each Python version is installed into its own directory under For example, you might have these versions installed: * `~/.pyenv/versions/2.7.8/` -* `~/.pyenv/versions/3.4.1/` -* `~/.pyenv/versions/pypy-2.2.1/` +* `~/.pyenv/versions/3.4.2/` +* `~/.pyenv/versions/pypy-2.4.0/` As far as pyenv is concerned, version names are simply the directories in `~/.pyenv/versions`.