1
ahu Jun 4, 2022
interesting
|
2
rainchen Jun 4, 2022
想不到应用场景,在 mac 中能做 html 开发的,一句 “python -m http.server 8080” 可以,不用装任何库或软件。
“but as Apple continues to remove open source components from its standard macOS distribution” 是新版的 mac os 中不再内置 python 了吗? |
3
Warren1027 Jun 4, 2022 via iPhone
@rainchen 哈哈我一直是这么做的,最新的 macOS 只内置了 Python3 ,不过依然可以用这个方式来简单的启动一个 Web 服务器
|
4
ryanbuu Jun 5, 2022
macOS 里也内置了 apache ,usage: apachectl start
|
5
run2 Jun 5, 2022
|