简体   繁体   中英

Rails - Geocoder installation issue

I'm trying to get up and running with geocoder. I added the gem to gemfile and bundle installed, but when trying to call it, the command line doesn't recognise geocoder. I then tried installing from the command line (code below) which seemed to run ok, but I still get the error 'bash: geocoder: command not found' when trying to do anything with it (again, just on the command line).

Installation

 $ gem install geocoder Successfully installed geocoder-1.6.3 Parsing documentation for geocoder-1.6.3 Installing ri documentation for geocoder-1.6.3 Done installing documentation for geocoder after 1 seconds 1 gem installed

Test Run

 $ Geocoder --version bash: Geocoder: command not found

I'm sure it's just something stupid I'm doing.

Thanks in advance!

The right cli to use is geocode

$ geocode --version                                                        
Geocoder 1.6.3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM