Skip to content

Instantly share code, notes, and snippets.

@merevu
Last active September 21, 2015 08:20
Show Gist options
  • Save merevu/43c9a14fc706f51fe146 to your computer and use it in GitHub Desktop.
Save merevu/43c9a14fc706f51fe146 to your computer and use it in GitHub Desktop.
script to complie .py file
python -c "import py_compile;py_compile.compile('FILENAME.py')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment