1
I installed the Ruby, the Railsinstaller and the Rubydevkit no on partition C (e.g. c: Ruby23-x64).
Execution in cmd
ruby -v
appears the version of ruby installed smoothly. Executed
Gem install pipedrive-ruby
and also installs without problems, but when I run
require 'pipedrive-ruby'
gives 'require' error is not recognized as internal or external command... When I execute
Gem list
pipedrive-ruby appears as Gem location normally.
What am I doing wrong?
I’m trying to execute the Gem’s pipedrive.
You can add the error backtrace here?
– Rafael Fidelis
@Rafaelfidelis I was trying to execute the code via cmd, it was difficult to execute. I just started using a file .rb. Now it worked, Thank you.
– Julinho da Adelaide