Skip to content

Instantly share code, notes, and snippets.

@patelc75
Created September 15, 2017 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patelc75/120d37538d3290c16575b785f35b46f6 to your computer and use it in GitHub Desktop.
Save patelc75/120d37538d3290c16575b785f35b46f6 to your computer and use it in GitHub Desktop.
export DYLD_LIBRARY_PATH not working
Chirags-MacBook-Pro--Primary:~ chirag$ env | grep DYLD
Chirags-MacBook-Pro--Primary:~ chirag$ export DYLD_LIBRARY_PATH=/usr/local/Cellar/mysql@5.6/5.6.37/lib:$DYLD_LIBRARY_PATH
Chirags-MacBook-Pro--Primary:~ chirag$ env | grep DYLD
Chirags-MacBook-Pro--Primary:~ chirag$ export DYLD_LIBRARY_PATH=/usr/local/Cellar/mysql@5.6/5.6.37/lib
Chirags-MacBook-Pro--Primary:~ chirag$ env | grep DYLD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment