Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd <project_dir>/test
wget https://raw.githubusercontent.com/mortele/FRUIT/master/src/fruit.f90

Ruby

Code Block
sudo apt install ruby-full
ruby --version

Rake

Code Block
gem install rake --user-install

...

Code Block
cd ~
nano .bashrc

#add line at the end of file
export PATH="~/.gem/ruby/3.1.0/bin:$PATH"

#ctrl + O to save file
#ctrl + X to exit nano

source ~/.bashrc

Bundler

Code Block
gem install bundler --user-install
gem install json --user-install

...