How to install MySQL-python by pip?

后端 未结 2 961
无人及你
无人及你 2021-01-20 00:57
venv/bin/pip install MySQL-python
Collecting MySQL-python
  Downloading MySQL-python-1.2.5.zip (108kB)
    100% |████████████████████████████████| 112kB 1.2MB/s
             


        
2条回答
  •  没有蜡笔的小新
    2021-01-20 01:18

    brew install mysql

    After installation is complete, mysql path will be shown at the last. Use it in command

    sudo PATH=/usr/local/Cellar/mysql/bin/:$PATH pip install mysql-python

提交回复
热议问题