[Level 1] Compile python scripts.

If you want to compile python script manually, you could use following command.
$ python -c "import compileall; compileall.compile_dir('./', force=1)"
Wish this helps.
regards,
Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python