Last login: Wed Nov 7 18:07:59 on ttys000 Bobs-External-MacBook-Pro:~ bobmiller$ lazarus --primary-config-path=~/.lazarus184 -bash: lazarus: command not found Bobs-External-MacBook-Pro:~ bobmiller$ lazarus.app -bash: lazarus.app: command not found Bobs-External-MacBook-Pro:~ bobmiller$ pwd /Users/bobmiller Bobs-External-MacBook-Pro:~ bobmiller$ cd applications -bash: cd: applications: No such file or directory Bobs-External-MacBook-Pro:~ bobmiller$ cd ../.. Bobs-External-MacBook-Pro:/ bobmiller$ pwd / Bobs-External-MacBook-Pro:/ bobmiller$ cd Applications Bobs-External-MacBook-Pro:Applications bobmiller$ pwd /Applications Bobs-External-MacBook-Pro:Applications bobmiller$ ls Antivirus for Mac.app Join.app Preview.app App Store.app Keynote.app QuickTime Player.app Automator.app Launchpad.app Reminders.app Beyond Compare.app Lazarus.app Safari.app Bitdefender Mail.app Siri.app Calculator.app Maps.app Snagit 2018.app Calendar.app Messages.app Stickies.app Chess.app Microsoft Excel.app System Preferences.app Contacts.app Microsoft OneNote.app TeamViewer.app DVD Player.app Microsoft Outlook.app TextEdit.app Dashboard.app Microsoft PowerPoint.app Time Machine.app Dictionary.app Microsoft Word.app Utilities Dropbox.app Mission Control.app VMware Fusion.app FaceTime.app Notes.app Xcode.app Firefox.app Numbers.app iBooks.app Font Book.app OneDrive.app iMovie.app GarageBand.app Pages.app iTunes.app HID PnP Demo.app Photo Booth.app Image Capture.app Photos.app Bobs-External-MacBook-Pro:Applications bobmiller$ lazarus -bash: lazarus: command not found Bobs-External-MacBook-Pro:Applications bobmiller$ Lazarus -bash: Lazarus: command not found Bobs-External-MacBook-Pro:Applications bobmiller$ Lazarus.app -bash: Lazarus.app: command not found Bobs-External-MacBook-Pro:Applications bobmiller$ open -a Lazarus Bobs-External-MacBook-Pro:Applications bobmiller$ open -a Lazarus --primary-config-path=~/.lazarus184 open: unrecognized option `--primary-config-path=~/.lazarus184' Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-s ][-b ] [-a ] [filenames] [--args arguments] Help: Open opens files from a shell. By default, opens each file using the default application for that file. If the file is in the form of a URL, the file will be opened as a URL. Options: -a Opens with the specified application. -b Opens with the specified application bundle identifier. -e Opens with TextEdit. -t Opens with default text editor. -f Reads input from standard input and opens with TextEdit. -F --fresh Launches the app fresh, that is, without restoring windows. Saved persistent state is lost, excluding Untitled documents. -R, --reveal Selects in the Finder instead of opening. -W, --wait-apps Blocks until the used applications are closed (even if they were already running). --args All remaining arguments are passed in argv to the application's main() function instead of opened. -n, --new Open a new instance of the application even if one is already running. -j, --hide Launches the app hidden. -g, --background Does not bring the application to the foreground. -h, --header Searches header file locations for headers matching the given filenames, and opens them. -s For -h, the SDK to use; if supplied, only SDKs whose names contain the argument value are searched. Otherwise the highest versioned SDK in each platform is used. Bobs-External-MacBook-Pro:Applications bobmiller$ open -a "Lazarus --primary-config-path=~/.lazarus184" Unable to find application named 'Lazarus --primary-config-path=~/.lazarus184' Bobs-External-MacBook-Pro:Applications bobmiller$