pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
325 stars 240 forks source link

Ruby install crashes #306

Open joemoore opened 2 years ago

joemoore commented 2 years ago

Seems like installing and initializing rbenv in the middle of the ruby install messes things up.

carpeliam commented 2 years ago

I haven't seen this issue myself as of last week, when I successfully ran ./setup.sh java ruby golang node docker on a new machine. I also just tried pairing with a new engineer who ran ./setup.sh ruby after having already set up workstation-setup for other environments, and we didn't see this issue there either. Is this resolved, maybe? Or how can I reproduce this?

joemoore commented 2 years ago

My bad - I should have updated this to state that https://github.com/pivotal/workstation-setup/commit/9061781e864a0d5f0937cfa82fa896f84244c3b6 commented out the ide_prefs installation code that causes this issue, and I should have had that commit reference this issue.