python2.7安装和uwsgi tar zxf Python-2.7.13xxxx# 这里,必须用–enable-shared,生成动态库,否则会遇到wsgi不能编译的问题. Bonus: multiple Python versions for the same uWSGI binary As we have seen, uWSGI is composed of a small core and various plugins. Plugins can be embedded in the
macOS安装Python MySQLdb 0. 参考 Mac OS X - EnvironmentError: mysql_config not found 1. 背景 import MySQLdb 出错: ImportError: No module named MySQLdb 1. 解决步骤 1.1 安装mysql brew install mysql 把以下export加到~/.bash_profile export PATH="$PATH:/usr/local/bin/mysql&qu