背景
python进行源码安装到一个文件夹下,可以进行系统间的迁移。
step1:下载python源码包,https://www.python.org/downloads/release/python-367/
step2: 解压下载的python安装包
step3: ./configure --prefix=/$path
step4: make
step5: make install
参考
https://blog.csdn.net/weixin_41718085/article/details/83929026