docker-compose picks the wrong ruby version
问题 When running docker-compose, it seems to pick the wrong ruby program. Using rbenv I have installed version 2.6.2 But there is also a version under /usr/bin that is at 2.6.3. I can't delete that version, also not as sudo. I have already uninstalled rbenv and re-installed it. The strange thing is this: MBP-Andre:biblestudy_platform andreheijstek$ which ruby /Users/andreheijstek/.rbenv/shims/ruby MBP-Andre:biblestudy_platform andreheijstek$ whereis ruby /usr/bin/ruby When I run docker-compose,