下载源代码(linux):
https://www.python.org/ftp/python/3.5.0/Python-3.5.0b4.tgz
解压安装:
tar -xzvf *tgz
cd 解压目录
./configure
make
make install
调试:
python
which python
cd /usr/bin/
rm -rf python
[[email protected] bin]# cp/root/Python-3.5.0b4/python python
时间: 2024-10-26 21:24:59