Skip to content

Instantly share code, notes, and snippets.

@samredai
Last active September 1, 2019 06:24
Show Gist options
  • Save samredai/090175d8096d5cc2bf04993fb9f46f36 to your computer and use it in GitHub Desktop.
Save samredai/090175d8096d5cc2bf04993fb9f46f36 to your computer and use it in GitHub Desktop.
Python: Fix 'OSError: mysql_config not found' When Pip Installing mysqlclient
# Worked on Linux Mint 19.1 (Tessa)
sudo apt-get install python3-dev
sudo apt-get install libmysqlclient-dev
sudo apt-get install libssl-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment