且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Cygwin上安装Python 3.0

更新时间:2023-12-03 22:35:58

标准 make安装目标的Python 3.0源不会安装python二进制。

The standard make install target of the Python 3.0 sources doesn't install a python binary. Instead, make install prints at the end

* Note: not installed as 'python'.
* Use 'make fullinstall' to install as 'python'.
* However, 'make fullinstall' is discouraged,
* as it will clobber your Python 2.x installation.

所以不要担心。

如果您想要移除整个安装,请执行 configure --prefix = / usr / local / py3

If you easily want to remove the entire installation, do something like configure --prefix=/usr/local/py3