Executable ruby

P

Pepe Sanchez

hi all

I am trying to make the ruby Hello.rb executable in mac os X
this is the Hello.rb
#!/usr/bin/ruby
print "Hello World"


chmod +x Hello.rb


whe I type: Hello.rb
I get the following error: tcsh: Hello.rb: Command not found.
 
P

Pepe Sanchez

Hi


I had to change the first line
#!/usr/bin/env ruby
print "Hello World"


and run it as you adviced me

/Hello.rb

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,244
Latest member
cryptotaxsoftware12

Latest Threads

Top