Skip to content

Instantly share code, notes, and snippets.

@pvilas
Last active August 29, 2015 14:27
Show Gist options
  • Save pvilas/e7868e8b40828fbbc7d3 to your computer and use it in GitHub Desktop.
Save pvilas/e7868e8b40828fbbc7d3 to your computer and use it in GitHub Desktop.
Variables on .bash_profile to use firebird tools on macos
# taken from http://www.firebirdsql.org/file/documentation/papers_presentations/html/paper-fb-macosx.html
# more info at http://www.firebirdsql.org/file/documentation/papers_presentations/Firebird_MacOSX.pdf
export FIREBIRD_HOME=/Library/Frameworks/Firebird.framework/Resources
export PATH=$PATH:$FIREBIRD_HOME/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment