jonay

compile .py on allLinux

Sep 16th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. import py_compile
  2. py_compile.compile("example.py")
  3. =========================================
  4. open terminal >> python3 compile.py
  5.  
  6. modo de uso: crea un archivo y añadie el código de arriba,lo guardas y ejecutas en la terminal py... compile.py
Advertisement
Add Comment
Please, Sign In to add comment