YAMASHITA, Yuu

Results 27 comments of YAMASHITA, Yuu

Because rbenv and pyenv repositories share common ancient commit, we can merge automated merge using command line described on https://github.com/pyenv/pyenv/pull/669. Although automated import/merge sometimes didn’t work optimal and needed to...

There is yet another repository of https://guthub.com/rbenv/ruby-build which this repository has its origin. Unlike the case with rbenv, this project doesn’t have any common commit history with ruby-build. On the...

Sounds reasonable. I will try to abort task with messages about missing dependencies if `:use_sudo` set as false.

In Capistrano 2.x, the `:use_sudo` just indicates that the application will be deployed via `sudo` or not. I don't believe `:use_sudo` is the appropriate global flag to determine whether the...

Added message on failed package installation at 5d243394d67ab819f01764aff2cf0ee926b7577e.

`capistrano-rbenv` does not support Capistrano v3 as of writing this. (See [gemspec](https://github.com/yyuu/capistrano-rbenv/blob/6565c5fab35c4e8ad53e94c3c7e2394e233aa469/capistrano-rbenv.gemspec#L18)) Because Capistrano v3 is based on completely different source tree from v2, it is quite difficult to support...

AFAIK, unlike RVM's gemset, a virtualenv is tightly coupled with specific Python installation. Because of that, in pyenv-virtualenv, I implemented to manage a virtual environment as a version in pyenv....

Thanks for your effort on packaging 🙇 It is likely some problem in the installation script. I will try to make some another change to make it working. Please give...

I mean, `libexec` has been added, but [install.sh](https://github.com/pyenv/pyenv-virtualenv/blob/v1.1.4/install.sh) isn't managing the path at all. I'll fix it soon.

[v1.1.5](https://github.com/pyenv/pyenv-virtualenv/releases/tag/v1.1.5) has been released with including fix for installation script. Please give it a try later.