pythonmanual源码编绎安装On this page源码编绎安装 MacOS 下载源码 wget wget https://www.python.org/ftp/python/3.10.2/Python-3.10.2.tgzmkdir pythontar -xvf Python-3.10.2.tgz --strip-components 1 -C ./python 编绎安装 cd python./configure --enable-optimizations --enable-sharedmakesudo make install