1、由于PEP 488建议淘汰pyo文件,下面不在赘述。
2、编译单文件。
python -m py_compile test.py
3、编译目录下的文件。
python -m compileall D:\test
*** walker ***
时间: 2024-10-25 14:38:04
1、由于PEP 488建议淘汰pyo文件,下面不在赘述。
2、编译单文件。
python -m py_compile test.py
3、编译目录下的文件。
python -m compileall D:\test
*** walker ***