File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ git clone https://github.com/zeromq/czmq
2121cd czmq
2222./autogen.sh && ./configure && make && make install
2323
24- gem install specific_install
25- gem specific_install https://github.com/SciRuby/iruby.git
24+ gem install iruby
2625iruby register --force
2726```
2827
@@ -37,8 +36,7 @@ Run the following commands on **Ruby command prompt**:
3736
3837``` shell
3938gem install cztop
40- gem install specific_install
41- gem specific_install https://github.com/SciRuby/iruby.git
39+ gem install iruby
4240iruby register --force
4341```
4442
@@ -53,16 +51,14 @@ After that, run the following commands.
5351
5452``` shell
5553brew install rbenv automake gmp libtool wget
56- rbenv install 2.4.0
57- rbenv global 2.4.0
54+ rbenv install 2.4.1
55+ rbenv global 2.4.1
5856echo ' eval "$(rbenv init -)"' >> ~ /.bashrc
5957source ~ /.bashrc
6058
61- brew install zeromq --HEAD
59+ brew install zeromq
6260brew install czmq --HEAD
63- gem install cztop
64- gem install specific_install
65- gem specific_install https://github.com/SciRuby/iruby.git
61+ gem install cztop iruby
6662iruby register --force
6763```
6864
You can’t perform that action at this time.
0 commit comments