Thanks Marek, much appreciated! I should have looked at cleanbuild before posting. From what I can see, it will remove the $NTA and $BUILDDIR directories, but it doesn't have the python cleanup you mention. I'm looking at the Clean.py and not sure if it cleans up .pyc files, it doesn't run in my current build, getting syntax errors, so I'll look at that later...
Thanks again! Patrick On Aug 15, 2013, at 2:31 PM, Marek Otahal wrote: > for total uninstall, it's rm -rf $NTA $BUILDDIR (and maybe the git repo too? > $NUPIC) > for reinstall (optionally rm -rf $BUILDDIR $NTA; ./cleanbuild ) > for cleaning - see cleanbuild.sh - there's setup.py --clean , there are some > Clean.py files in examples/ but Im not sure how much do these work. > It's also useful to remove .pyc and __pycache__ files, find . -name "*.pyc" > -exec ...... > > And if you are asking not for developing, but building ... ./build.sh and if > there are some problems/bigger changes ./cleanbuild.sh _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
