Download virtualenv.py if specified version has not been installed.

This commit is contained in:
Yamashita Yuu
2013-05-07 22:31:12 +09:00
parent a9903fab6e
commit db37bb9643
5 changed files with 24 additions and 9 deletions

View File

@@ -43,7 +43,8 @@ under `~/.pyenv/versions`.
#### 2013XXYY
* Remove `python-virtualenv` which was no longer used.
* Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv`)
* Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv/${VIRTUALENV_VERSION}`)
* Download `virtualenv.py` if specified version has not been installed.
#### 20130507