I have installed shoes on my MAC BookPro and tried executing from the terminal and got the following error message.
jfleck-mbp:scripts_in_progress joe.fleck$ shoes just_for_fun.rb
-bash: shoes: command not found
Below you will find the installation of Shoes was successful and according to their instructions the 'shoes just_for_fun.rb' should execute the app.
Installation sudo gem install shoes Password: Fetching:
shoes-3.0.1.gem (100%)
Successfully installed shoes-3.0.1 1 gem
installed Installing ri documentation for shoes-3.0.1...
Installing RDoc documentation for shoes-3.0.1...
Here is my code: require 'Shoes'
Shoes.app {
button("Trul?") {
alert("Klapaucius!")
}
}
So, I am new to this and not sure were to go from here. Any help would be greatly appreciated.
Thank you, Joe