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
