Hi, np, you're welcome. Yep, the Clean.py is broken now, we can fix it later. For now, use find with -exec to remove..
Also, you might be interested in build_system/setup.py Cheers, Mark On Fri, Aug 16, 2013 at 12:24 AM, Patrick Higgins <[email protected]>wrote: > 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 > -- Marek Otahal :o)
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
