YAMASHITA, Yuu
YAMASHITA, Yuu
There should `virtualenv` tasks be displayed with `cap -vT` if the `capistrano-virtualenv` is loaded into your installation of Capistrano properly. Do you have `require 'capistrano-virtualenv'` in your `Capfile`?
Umm. Your change itself looks good, but it seems CI's failing somehow 🤔 Will try digging it later.... https://travis-ci.org/yyuu/jetty-nosql-memcached/builds/486048677
It might help for most cases. I might rewrite capistrano-virtulenv as you described if I had time.
Yes, by default, hotdog will not perform ordering of the result, unless there is some invocations of "order_by()" in the expression. I think sorting by default makes some sense, however,...
I think, this kind of tag handling is better to be implemented within "get_hosts()" instead of individual commands impl 🤔 https://github.com/yyuu/hotdog/blob/v1.20190725.0/lib/hotdog/commands.rb#L104-L108
There is a plugin [s1341/pyenv-alias](https://github.com/s1341/pyenv-alias) (see also #167). With the plugin, you can give a custom name for building version. Please give it a try. ``` env VERSION_ALIAS="2.7.8-custom1" PYTHON_CONFIGURE_OPTS="..." pyenv...
This can be solved with using pyenv-alias plugin.