Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
386 views
in Technique[技术] by (71.8m points)

ruby - Can't find local gem when installed with --install-dir

So i have to gems that i created and they only exist locally.

When i install gem A like this:

gem install --install-dir my_install_dir a-0.0.0.gem

It works fine, also dependencies are installed.

But then i try to install gem B, which has a dependency on gem A the same way:

gem install --install-dir my_install_dir b-0.0.0.gem

Now i geht the following error:

ERROR:  Could not find a valid gem 'a' (~> 0.0) (required by 'b-0.0.0.gem' (>= 0)) in any repository

I tried setting the GEM_HOME and GEM_PATH to the install dir "my_install_dir", but nothing changes.

question from:https://stackoverflow.com/questions/66055211/cant-find-local-gem-when-installed-with-install-dir

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...