我已经安装了topojson w/ homebrew,并且正在使用与post Troubleshooting topojson installation中的用户相同的教程,但是当我调用
which topojson
which ogr2ogr
prints /usr/local/bin/ogr2ogr但是,尽管我刚刚成功地安装了topojson,但我什么也得不到。
发布于 2013-03-30 20:29:16
问题可能是topojson的二进制文件不在您的$PATH中(除非您在安装它时收到错误消息)。检查教程中给出的位置,即键入完整路径。
https://stackoverflow.com/questions/15712693
复制相似问题