root/hodgestar/PythonCode/WikiTransformer/setup-undevelop
| Revision 112, 184 bytes (checked in by simon, 5 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | # -d : install dir |
| 3 | # -x : exclude scripts |
| 4 | # -u : uninstall |
| 5 | rm wikipub.egg-link |
| 6 | PYTHONPATH=:. python setup.py develop -x -d . -u |
| 7 | rm -r wikipub.egg-info |
| 8 | rm site.py site.pyc |
Note: See TracBrowser
for help on using the browser.
