Aseem, there is no .bashrc file in NuPIC. The README says to edit your .bashrc and add the lines specified:
# Installation path export NTA=$HOME/nta/eng # Target source/repo path. Defaults to $PWD export NUPIC=/path/to/repo # Convenience variable for temporary build files export BUILDDIR=/tmp/ntabuild # Number of jobs to run in parallel (optional) export MK_JOBS=3 # Set up the rest of the necessary env variables. Must be done after # setting $NTA. source $NUPIC/env.sh This only needs to be done once. Cloning the nupic repo should also only be done one time. Once it is there, it should always be there. --------- Matt Taylor OS Community Flag-Bearer Numenta On Tue, Feb 18, 2014 at 7:53 PM, Aseem Hegshetye <[email protected]> wrote: > Hi, > I followed the process written on numenta page for intalling VM and Vagrant > and all. > then I installed nupic-linux64 dependancy. I could not find .bashrc file.? > https://github.com/numenta/nupic#try-it-out > > I have installed that VM.. and then git bash. its confusing to know if we are > supposed to type some commands in commant prompt or git bash. > [ git config --global core.autocrlf false ] worked in git bash. > > every time i start the git bash, should i be cloning > https://github.com/numenta/nupic.git > again or its already cloned.. once i set every thing up where should i > start from the next time. > It would be awesome if some one can make a video of how to install nupic on > windows with ubuntu on VM. > > 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
