You should check that all the paths you add are actual paths. It looks like
you add $NTA/lib/python2.7.6/site-packages to your PYTHONPATH but I am
guessing it is supposed to be $NTA/lib/python2.7/site-packages


On Tue, May 20, 2014 at 8:24 PM, Jeff Fohl <[email protected]> wrote:

> Hi Mika -
>
> Did you re-load your .bashrc file after editing it? Do this by the
> command, 'source', or by re-launching the terminal app.
>
> Test for the value of $NUPIC by typing this into terminal: 'echo $NUPIC'.
> It should output the path to your NUPIC installation.
>
> - Jeff
>
>
> On Tue, May 20, 2014 at 7:49 PM, Mika Schiller <[email protected]>wrote:
>
>> Hi,
>>
>> I am a biology student interested in using the nupic prediction system. I
>> don't have a ton of programming experience. I have Python 2.7.6 installed.
>> I cloned the nupic project into a directory I made and also cloned
>> nupic-darwin64 in the same directory. Following the nupic build directions,
>> I added the following to my .bashrc file:
>>
>> export
>> NUPIC=/Users/mikaschiller/Desktop/Python_Practice_Code/Learn_Python_the_Hard_Way/projects/skeleton/nodemotiondev/nupic
>>
>> export NTA=$NUPIC/build/release
>>
>> export PYTHONPATH=$PYTHONPATH:$NTA/lib/python2.7.6/site-packages
>>
>>
>> Then I cd'd into my cloned nupic directory and did mkdir -p
>> $NUPIC/build/scripts. I got a "mkdir: /build/scripts: Permission denied"
>> message. Could someone please explain why I am getting this error and where
>> I might have gone wrong in my setup?
>>
>> Thanks
>>
>> _______________________________________________
>> nupic mailing list
>> [email protected]
>> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>>
>>
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>
>
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to