Skip to content

Instantly share code, notes, and snippets.

@bogdanr
Created May 20, 2014 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bogdanr/8670aa1393ba8fc200c9 to your computer and use it in GitHub Desktop.
Save bogdanr/8670aa1393ba8fc200c9 to your computer and use it in GitHub Desktop.
crazy horizon
crazy-horizon() {
rm -rf horizon/build horizon/MANIFEST
cp -a horizon $PKGCTL/root
find horizon -name '*.pyc' -delete
cd horizon && python setup.py install --root $PKGCTL
cd ..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment