1 2 3 4 5 6 7
rm -rf python ./configure --prefix=$PREFIX \ --enable-shared make -j${CPU_COUNT} make install