Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 687 Bytes

osx_erlang_with_odbc.md

File metadata and controls

30 lines (20 loc) · 687 Bytes

This guide assumes you're using homebrew and asdf.

Installing ODBC

brew install unixodbc
brew install psqlodbc

Then, from this folder run:

odbcinst -i -s -l -f priv/odbc/osx/odbc.ini

To verify that everything is fine:

$ isql -v PostgreSQL

SQL> select 1

Erlang with ASDF

You might have to run xcode-select --install in order to get erlang to install. For more context, please check out this stackoverflow reply.

If the install fails, please ensure your asdf and asdf-erlang-plugin are recent and up to date.