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 编程设置 Mac 终端的。到目前为止,我还没有在终端中使用 python 做任何大的事情(直到现在一直使用 ide),但我认为你可以做各种花哨的事情(自动填充功能、颜色等)。有什么建议么??
谢谢你们!
假设 Python 已经在您的计算机上:
转到 /Applications 文件夹
然后打开实用程序
双击终端打开它并获取命令行
在命令提示符下输入“python”
你的一切准备就绪!