[Level 1] Compile python scripts.
If you want to compile python script manually, you could use following command.
regards,
Stanley Huang
$ python -c "import compileall; compileall.compile_dir('./', force=1)"Wish this helps.
regards,
Stanley Huang
Comments
Post a Comment