Thanks to everyone for the responses.  I¹m still murky on some things.
Let¹s say I¹m running Anaconda and thus don¹t need the nupic-darwin64
repo.  In that case it seems I should jump to the instruction under ³Build
and test NuPIC:² found here:
https://github.com/numenta/nupic/blob/master/README.md

I¹ve generated a .bashrc file, as shown below:
roosmj1-ml1:~ roosmj1$ cat ~/.bashrc
export NUPIC=/Users/roosmj1/Code/nupic
export NTA=$NUPIC/build/release
export PYTHONPATH=$PYTHONPATH:$NTA/lib/python2.7/site-packages


However, when I start the mac terminal is appears that .bashrc is not
being use, as the environment variables are not set:
roosmj1-ml1:~ roosmj1$ echo $NUPIC $NAT $PYTHONPATH

roosmj1-ml1:~ roosmj1$



What am I missing?  OrŠ is all of this unnecessary and I should jump right
to the section titled ³Use command lineŠ configure and generate build
files:²?  If I do so, I get an error when calling cmake (not found).  I
have Xcode installed and added Command Line Tools.  Is there something
else I need?

Matt

-- 



>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Wed, 23 Apr 2014 14:34:16 -0700
>From: Austin Marshall <[email protected]>
>To: "NuPIC general mailing list." <[email protected]>
>Subject: Re: [nupic-discuss] NuPic install difficulty
>Message-ID:
>       <caelyfhzeuux9rkk9-3h1pbbeg-0apjcz1tgtyd4d5s7p_hq...@mail.gmail.com>
>Content-Type: text/plain; charset="utf-8"
>
>I can provide some insight into the confusion.  The nupic-darwin64
>repository is a collection of pre-compiled python dependencies for OS X,
>along with some scripts to prepend the dependencies to your environment.
> Up until very recently, the master branch of
>https://github.com/numenta/nupic-darwin64 was out of date, and built
>specifically for python 2.6.  Meanwhile, the build process has changed
>from
>build.sh, which no longer exists, to one that is CMake-based.  The
>python-2.7 branch was recently updated, and so I just merged it into
>master.
>
>That said, if you're running Anaconda, you don't technically need
>nupic-darwin64, and can bypass those instructions.  But, you may want to
>try again now that it's been updated.  You should be able to pull in the
>latest, run the activate script, and move forward with building nupic:
>
>    cd $NUPIC_ENV
>    deactivate_nupic
>    git reset --hard
>    git clean -fd
>    git pull origin master
>    source bin/activate
>    cd $NUPIC
>    mkdir -p build/scripts
>    cd build/scripts
>    rm -rf *
>    rm -rf $BUILDDIR
>    cmake $NUPIC
>    make -j3


_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to