sorry it doesn't work, can you show installation of ruby and getting it working cause the it can't locate it or doesn't respond or commands don't work for me.
Thanks and upvoted
You are viewing a single comment's thread from:
sorry it doesn't work, can you show installation of ruby and getting it working cause the it can't locate it or doesn't respond or commands don't work for me.
Thanks and upvoted
To Install Ruby on Mac:
Install xcode :
$ xcode-select --install
Install Homebrew :
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Ruby version manager(RVM) :
$ \curl -sSL https://get.rvm.io | bash -s stable
Install ruby with RVM :
$ rvm install ruby-head
Install version 2.3.1 ruby :
$ rvm install 2.3.1
$ rvm --default use 2.3.1
Hope this helps, (see the instructions to install ruby on Windows machine in youtube demo video comments section)
Still getting the ruby: No such file or directory -- bittrex_bot.rb (LoadError)