最終更新:2025-02-10 (月) 14:01:10 (37d)
python -m
Top / python -m
-m mod : run library module as a script (terminates option list)
例
- python -m venv
- python -m http.server (Python 3)
- python -m SimpleHTTPServer? (Python 2)
- python -m compileall