Merge pull request #7 from cewood/master

Update install snippet to use pyenv root
This commit is contained in:
Yamashita, Yuu
2018-09-04 09:06:01 +09:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ This plugin was inspired from [rbenv-update](https://github.com/rkh/rbenv-update
Installing pyenv-update as a pyenv plugin will give you access to the
`pyenv update` command.
$ git clone git://github.com/pyenv/pyenv-update.git ~/.pyenv/plugins/pyenv-update
$ git clone git://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
## Usage