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 On Thu, Aug 15, 2013 at 9:54 PM, Patrick Higgins <[email protected]>wrote: > What are the correct make (or other) commands > that have been setup for Updating and/or Uninstalling > NuPIC? I've been going thru the make files and there > are a lot of commands in there. I am used to doing > things like make, make install make test and make > clean commands in other command line applications. > Are these and other build commands documented > somewhere? Thanks, I'd like to figure out the correct > workflow for building, testing, rebuilding, retesting... > > > Thanks! > > > > Patrick > > > _______________________________________________ > 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
