Regarding paths: in VM: /vagrant/nupic is the same as <your_numenta_dir>/nupic/ (in my case /Users/Azat/numenta/nupic ) So after running 'vagrant ssh', we got .bashrc sourced so that:
$ env NTA=/vagrant/nupic/nta/eng NUPIC=/vagrant/nupic BUILDDIR=/tmp/ntabuild (default) Hope this helps Azat -------------------------------------------- On Thu, 10/31/13, Sergey Cleftsow <[email protected]> wrote: Subject: Re: [nupic-dev] Running Nupic in a Virtual Machine - need a little help. To: "NuPIC general mailing list." <[email protected]> Date: Thursday, October 31, 2013, 5:12 PM Thank you, Fergal!At least I have reached a result although I did it by another way. I have found just accidentally (thanks to Sergey Zuev) that somewhere is such a post: http://www.mail-archive.com/[email protected]/msg00987.html in the mailing list. (so thanks to Marek also :) Seems to me that it could help to many others to add this solution to current ones (a mean window/linux/VM). Really it would save some days for me (at least for me personaly). But from other hand I guess that such a way forces a system to consume more memory (correct me if I am wrong).Anyway, it would be great to make previous attempt over succesfully. So I have one illustrative question. Here are 2 pictures. One of them reflects a structure of a directory where the downloaded nupic codebase is placed. Another one shows cygwin location under which I run vagrant. So, take those relations into account what settings should be written in the .bashcr file literally? Yes it is not a critical issue now but I guess it may play some role. Thank you again anyway! 2013/10/30 Fergal Byrne <[email protected]> Hi Sergey, The .bashrc and the build are both inside the VM. The b: at the beginning of your paths can only be Windows paths. Inside the VM, everything starts with /. The .bashrc is the one in your user home directory (where you'll be logging in), so just login and vi .bashrc will do it. These instructions are only good for a vagrant VM, your mileage will no doubt vary for other setups. Regards, Fergal Byrne SY Sergey V. Cleftsow -----Inline Attachment Follows----- _______________________________________________ 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
