Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我下载了 Python 2.7.5 并在 Google 上尝试了一切以在命令提示符下找到 Python。我失败了。有什么帮助吗?我有一个 Windows Vista 32 位操作系统。
您必须将其添加为环境变量。
一切都在如何在 Windows 中安装的 Python 教程中
http://docs.python.org/2/using/windows.html
Windows 上 Python-2.7 的默认安装位置是:C:\Python27
因此,您可以:
c: cd \Python27 python
和一个