Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created December 9, 2013 19:25
Show Gist options
  • Save ferventcoder/7879241 to your computer and use it in GitHub Desktop.
Save ferventcoder/7879241 to your computer and use it in GitHub Desktop.
Compiling Python Lib
remove-item libcopy -recurse -force
copy-item lib libcopy -recurse
python -O -m compileall libcopy
get-childitem libcopy -include *.py -recurse | remove-item
get-childitem libcopy -include *.pyc -recurse | remove-item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment