TreeviewCopyright © aleen42 all right reserved, powered by aleen42

Installation Back

Ubuntu Installation

i. To see whether you have installed before:

ruby

ii. Install by apt-get when it notify to install:

sudo apt-get install ruby
  • Notice: you should upgrade when its version is older than the latest stable version.

iii. Downloads latest stable version:

  • Ruby downloads
  • Use tar -zxvf to uncompress the package.
  • Configure your installation by typing ./configure --prefix=$HOME). Next type make, which will build your Ruby interpreter. This might take a few minutes. After that is done, type make install to install it.
  • Notice: it takes some time to complete make process.

iv. Add your path to $HOME/bin

sudo vim ~/.bashrc
# add in the last line
export PATH=${HOME}/bin:$PATH
  • Notice: log out and login again to check

v. Check the version of Ruby

ruby -v

Windows Installation

Empty Comments
Sign in GitHub

As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.

Notice: This plugin has used Cookie to store your token with an expiration.