Created
December 9, 2013 19:25
-
-
Save ferventcoder/7879241 to your computer and use it in GitHub Desktop.
Compiling Python Lib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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