此命令似乎可以在macOS High Sierra上成功运行。
ElseIf hold.Exists(CStr(celli.Value)) Then
match = celli.Value
For Each match In data.Columns(3).Cells
data.Rows(celli.Row).Copy (output.Cells(Rows.Count, 1).End(xlUp).Offset(1, 0))
Next match
End If
但是我找不到可执行文件...应该在哪里?它不在./Library/Python/2.7/bin(不存在)中。
答案 0 :(得分:0)
我不确定我为什么会这样,但是我尝试同时安装pip的neovim和brew的neovim,现在我有了一个受python支持的可执行文件(基于this comment)。