无法找到 python 3.5.x 使用 .msi 扩展名的解释器
Cannot find python 3.5.x interpreter using .msi extension
我是堆栈溢出的新手。我想知道是否有人知道是否有用于 python 3.5 的 python 解释器的 .msi 包,我正在教授基本的 python class 并且想做好准备几周后开始。官方 python.org 下载页面上有 2.7 python 的 .msi 打包解释器,但似乎没有 3.5。我正在尝试在社区 PyCharm IDE 中使用解释器,因为我假设大多数学生将使用 windows,而不是 Linux(就像我正在使用).任何帮助将不胜感激。提前谢谢你。
Python 3.4.4 was released python.org stopped providing MSI installers for their Windows releases. Web-based, exectuable, and zipped installers are now provided for both 32-bit and 64-bit Windows releases. I'm not sure what the reason for this switch was, but an exectuable will install Python just fine. You can find Python 3.5.2 Windows executable installer at the bottom of this page之后。
所有 Python 安装都带有 Python 解释器。确保你 select 在安装过程中将 Python 添加到你的 PATH 中。 Python 完成安装后,打开命令提示符,然后键入 python
以访问 Python 解释器。
我是堆栈溢出的新手。我想知道是否有人知道是否有用于 python 3.5 的 python 解释器的 .msi 包,我正在教授基本的 python class 并且想做好准备几周后开始。官方 python.org 下载页面上有 2.7 python 的 .msi 打包解释器,但似乎没有 3.5。我正在尝试在社区 PyCharm IDE 中使用解释器,因为我假设大多数学生将使用 windows,而不是 Linux(就像我正在使用).任何帮助将不胜感激。提前谢谢你。
Python 3.4.4 was released python.org stopped providing MSI installers for their Windows releases. Web-based, exectuable, and zipped installers are now provided for both 32-bit and 64-bit Windows releases. I'm not sure what the reason for this switch was, but an exectuable will install Python just fine. You can find Python 3.5.2 Windows executable installer at the bottom of this page之后。
所有 Python 安装都带有 Python 解释器。确保你 select 在安装过程中将 Python 添加到你的 PATH 中。 Python 完成安装后,打开命令提示符,然后键入 python
以访问 Python 解释器。