Compiling Python source code into bytecode in production environment
python -m compile -h # help
python -m compile . -b -f # Compile current directory将 python 源代码编译成供生产环境使用的机器字节码
python -m compile -h # 帮助
python -m compile . -b -f # 编译当前目录| Name | Name | Last commit date | ||
|---|---|---|---|---|