Skip to content

Instantly share code, notes, and snippets.

@ruddra
Last active March 2, 2022 13:13
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 ruddra/6f316aec61a5f503f4d5d30da21f2ed0 to your computer and use it in GitHub Desktop.
Save ruddra/6f316aec61a5f503f4d5d30da21f2ed0 to your computer and use it in GitHub Desktop.
pymysql installation macos
Step 0.
xcode-select --install
Step 1.
brew install openssl
Step 2.
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment