I recently installed Bazaar on my Mac laptop and I'm trying to get bzreclipse working. In order to do that, I need to tell it where the bzr executable is. I can't figure out where the installer put it. Anyone know what the default location is for this?
我最近在我的Mac笔记本电脑上安装了Bazaar,我正试图让bzreclipse工作。为了做到这一点,我需要告诉它bzr可执行文件的位置。我无法弄清楚安装程序的位置。任何人都知道默认位置是什么?
1 个解决方案
#1
Open up a terminal and do a which bzr
. That should tell you the path to the executable.
打开一个终端并做一个bzr。这应该告诉你可执行文件的路径。
#1
Open up a terminal and do a which bzr
. That should tell you the path to the executable.
打开一个终端并做一个bzr。这应该告诉你可执行文件的路径。