podenv
podenv copied to clipboard
podenv doesn't work with rbenv-gemset?
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?
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 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
I am using rbenv and bundle right now. Its better Please check
I don't use podenv right now rbenv + bundle can handle different versions It's a better solution