# Bugs

## Python

### 找不到

自带的python是没有开发库的，需要自己手动安装\
ubuntu: `sudo apt-get install python-dev`\
centOs: `yum install -y python-devel`
