我无法通过命令行安装Google API客户端,因为无法识别'$‘。我已经安装了python。任何输入都是很棒的。command line
发布于 2017-08-03 23:01:07
$是Linux的提示符。实际的命令是pip install -U googlemaps。
$
pip install -U googlemaps
https://stackoverflow.com/questions/45487863
相似问题