when installing a version of ruby that already exists, just move on instead of asking to install it again. #1863
Unanswered
airtonix
asked this question in
Build failures
Replies: 1 comment
-
There is a --skip-existing flag that can be used for this purpose. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, we have a local workstation provisioning shortcut in our
package.json#scripts
section that runs a sequence of setup tasks, one of which isrbenv install
. But there are two problems:Neither of those are a good experience.
Instead when 2.5.8 is already installed, these should not be interactive or exit 1.
these should force a reinstall
Beta Was this translation helpful? Give feedback.
All reactions