Hi, The .bashrc file is located on your home folder in linux. To edit it, you have to type the lines Matt specified in the last mail on your linux terminal. And for cloning from the repository using git, I did :
git clone https://github.com/numenta/nupic.git You have to give it some time to download (the progress is shown in the terminal). Once the download is complete, you can always find the files in a folder (usually at $HOME/nupic/) I was able to build nupic on my linux mint (ubuntu) without VM or vagrant. If you are using windows I suggest you run ubuntu on Virtual Box and then follow the instructions on the wiki to build nupic for ubuntu. On Wed, Feb 19, 2014 at 11:00 AM, Matthew Taylor <[email protected]> wrote: > 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 >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
