root/hodgestar/PythonCode/WikiTransformer/setup-undevelop

Revision 112, 184 bytes (checked in by simon, 5 years ago)

Remove extraneous development cruft.

  • Property svn:executable set to *
Line 
1#!/bin/bash
2# -d : install dir
3# -x : exclude scripts
4# -u : uninstall
5rm wikipub.egg-link
6PYTHONPATH=:. python setup.py develop -x -d . -u
7rm -r wikipub.egg-info
8rm site.py site.pyc
Note: See TracBrowser for help on using the browser.