首页 > 技术文章 > Linux环境下Python的安装、卸载、启动

dmzxxmeng 2019-06-12 19:41 原文

安装:https://blog.csdn.net/pan_tian/article/details/7684409

卸载:https://www.cnblogs.com/zhangbo127/p/4556008.html

64位架构以32位启动:

export VERSIONER_PYTHON_PREFER_32_BIT=yes

$ arch -i386 python

推荐阅读