我尝试按pip
安装https://github.com/architv/soccer-cli之后我尝试添加到PATH(使用MacOS Sierra 10.12.5)。但我无法通过我的mac上的pip找到它的安装位置。我在tutorial找到了Ubuntu
String path = "";
if(cursor != null && cursor.moveToFirst()){
path = cursor.getString(cursor.getColumnIndex(MediaStore.Images.Media.DATA));
cursor.close();
}
它不适用于MacOS。有什么建议吗?