⇤ ← Revision 1 as of 2024-02-17 16:30:47
Size: 435
Comment: Initial commit
|
Size: 441
Comment: Title
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= py_compile = | = Python PyCompile = |
Python PyCompile
py_compile is an executable script for compiling Python byte code, especially to check for syntax errors.
Contents
Installation
py_compile is included in all Python installations.
Usage
Try:
python -m py_compile example.py
Alternatively, try:
echo example.py | python -m py_compile -