podenv icon indicating copy to clipboard operation
podenv copied to clipboard

podenv doesn't work with rbenv-gemset?

Open aelam opened this issue 6 years ago • 4 comments

I've installed podenv and rbenv-gemset both with homebrew I tried to install a version of cocoapods Then cocoapods is installed in /usr/local/var/rbenv/versions/2.3.1/gemsets/global/gems It should be in ~/.podenv/versions I guess. What can I do to make them work together?

aelam avatar May 10 '18 14:05 aelam

I uninstalled rbenv-gemset, then podenv install 1.5.0. then things go well. I've found the directory in versions is very similar with the one in /usr/local/var/rbenv/versions/2.3.1/gemsets/global/gems. It seems the directory in versions is a gemset.

aelam avatar May 10 '18 14:05 aelam

@aelam How to config podenv to works along with rbenv? I install rbenv first to manage ruby version then install podenv but when i which pod it's in /Users/myId/.rbenv/shims/pod

serifreedom avatar Apr 01 '21 14:04 serifreedom

I am using rbenv and bundle right now. Its better Please check

aelam avatar Apr 01 '21 14:04 aelam

I don't use podenv right now rbenv + bundle can handle different versions It's a better solution

aelam avatar Apr 03 '21 10:04 aelam