ASH84

Software Engineer/Developer, co-founder of Payhere. Ex-Banksalad. Intereseted in iteroperability, bootstrap company, writting.

[python] MySQL-Python μ„€μΉ˜μ˜€λ₯˜, mysql_config not found

created:2016-06-03
updated:2016-06-03
edit

스크란샷 2016-06-04 α„‹α…©α„Œα…₯ᆫ 1.54.55

μœ„μ˜ μŠ€μƒ·μ€ macμƒμ—μ„œ pycharm μ΄λ‚˜ ν„°λ―Έλ„μ—μ„œ mysql 연동을 μœ„ν•œ 파이썬 MySQL-Python을 μ„€μΉ˜ μ‹œ λ°œμƒν•˜λŠ” 였λ₯˜λ‘œ, mac 에 mysql을 μ„€μΉ˜ν•΄μ€€ ν›„ λ‹€μ‹œ μ„€μΉ˜ν•˜λ©΄ λœλ‹€.

brew install mysql  
export PATH=$PATH:/usr/local/mysql/bin
pip install MySQL-Python  

#MySQL  #Python  #mysql_config not found