gem instal package

B

Bigmac Turdsplash

This never works for me, the disered package is installed but when i
attempt to use it

ruby install ocra
ruby ocra.rb test.rb
'ruby: No such file or directory -- ocra.rb (LoadError)'


whats the secret?
 
B

Bigmac Turdsplash

Bigmac said:
This never works for me, the disered package is installed but when i
attempt to use it

ruby install ocra
ruby ocra.rb test.rb
'ruby: No such file or directory -- ocra.rb (LoadError)'


whats the secret?

gadamn miss type...

gem install ocra
ruby ocra.rb test.rb
ruby: No such file or directory -- ocra.rb (LoadError)
 
L

Luis Lavena

gadamn miss type...

gem install ocra
ruby ocra.rb test.rb
ruby: No such file or directory -- ocra.rb (LoadError)

you should do:

ocra test.rb

Not ruby ocra.rb

Or if you prepend "ruby" you should do it this way:

ruby -S ocra test.rb
 

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

Forum statistics

Threads
474,169
Messages
2,570,917
Members
47,458
Latest member
Chris#

Latest Threads

Top