有没有办法在 Cygwin 上使用 Python 3.5?
Is there a way to use Python 3.5 on Cygwin?
Python 2.7 工作正常,但我想使用 3.5,有没有办法做到这一点?
在为 Cygwin 安装软件包时,Python 的 "latest" 版本是 2.7,所以如果我在这里回答我自己的问题,请告诉我。
考虑安装 python3
包。
http://cygwin.com/packages/x86_64/python3
当前版本为 3.4.3
根据 Cygwin 的 package list, Python 3.5 was made available via the installer in February 2019. The "python35" package and/or its affiliates (e.g. python35-devel) should be selected when running the installer.
Python 2.7 工作正常,但我想使用 3.5,有没有办法做到这一点?
在为 Cygwin 安装软件包时,Python 的 "latest" 版本是 2.7,所以如果我在这里回答我自己的问题,请告诉我。
考虑安装 python3
包。
http://cygwin.com/packages/x86_64/python3
当前版本为 3.4.3
根据 Cygwin 的 package list, Python 3.5 was made available via the installer in February 2019. The "python35" package and/or its affiliates (e.g. python35-devel) should be selected when running the installer.