2

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?

Chris Upchurch
  • 15,297
  • 6
  • 51
  • 66

1 Answers1

6

Open up a terminal and do a which bzr. That should tell you the path to the executable.

mipadi
  • 398,885
  • 90
  • 523
  • 479