📜  将 python 3.9 添加到 usr bin - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:36.325000             🧑  作者: Mango

代码示例1
CXX="/usr/bin/g++"              \
./configure --prefix=/usr       \
            --enable-shared     \
            --with-system-expat \
            --with-system-ffi   \
            --with-ensurepip=yes &&
make