我正在尝试删除我的mac上的重复opencv版本。似乎我已经使用自制软件和mac端口安装,所以我决定完全卸载mac端口,跟随this guide
但是当我卸载安装了端口的mac-port和软件时,我再也无法使用brew安装的软件
class CubicSpline:
def __init__(self, control_points):
self.control_points = control_points
def get_polynomials(self):
return some_function_that_processes(self.control_points)
$ brew install pkg-config
$ pkg-config
我想这是因为系统仍然认为pkg-config位于mac-port位置。但是如何解决呢?我没有找到谷歌的解决方案。
提前致谢!
答案 0 :(得分:0)