[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 2] Shell Interactive With Zenity Episode 5 -- list

[Level 2] iif in Python