Skip to content

Commit

Permalink
Merge 04c0f56 into a6fccdd
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Mar 13, 2019
2 parents a6fccdd + 04c0f56 commit 8787f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,10 +33,10 @@ http://www.rubydoc.info/github/kubo/ruby-oci8/file/docs/install-on-osx.md or fol
cd /opt/oracle_instantclient/instantclient_11_2
ln -s libclntsh.dylib.11.1 libclntsh.dylib

4. Set the DYLD\_LIBRARY\_PATH environment variable to point to the recently created Instant Client
4. Set the OCI\_DIR environment variable to point to the recently created Instant Client
directory:

`export DYLD_LIBRARY_PATH=/opt/oracle_instantclient/instantclient_11_2`
`export OCI_DIR=/opt/oracle_instantclient/instantclient_11_2`

You should now be ready to run `bundle install`. Note that DOR Services App requires Ruby 2.

Expand Down

0 comments on commit 8787f6b

Please sign in to comment.