# Python 高版本编译安装
首先配置安装路径
```bash
./configure --prefix=/usr/local/Python-3.12.1 --enable-optimizations
```
然后编译安装
make
sudo make install