如何在 Mac OSX 上 运行 http.server 在后台执行命令
How to run http.server command in background on Mac OSX
我需要在 Intranet 中共享静态 html 页面。我发现 http.server
非常适合这个目的。
python -m http.server 8080
我不想让终端保持打开状态,而是想 运行 在后台执行命令。
在 post
中找到答案
Run python in terminal and dont terminate it when terminal is closed
这个问题可以被标记为与上面 post 的重复,而不是评论
所建议的
感谢和问候,
维克拉姆
我需要在 Intranet 中共享静态 html 页面。我发现 http.server
非常适合这个目的。
python -m http.server 8080
我不想让终端保持打开状态,而是想 运行 在后台执行命令。
在 post
中找到答案Run python in terminal and dont terminate it when terminal is closed
这个问题可以被标记为与上面 post 的重复,而不是评论
所建议的感谢和问候, 维克拉姆