문제

So I've tried to install net::ssh::multi on mac using gems:

gems install net-ssh-multi

The installation went fine, however when I type:

require 'net/ssh/multi'

it says load error. I have no idea whats wrong with what I'm doing!

도움이 되었습니까?

해결책

require 'rubygems'
require 'net/ssh/multi'

...should take care of you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top