Hi, Awesome.. I dint have to add cmake, but ya that second thing is great. Can you please write those additions in comment below the video. It will help everyone else too. thanks Aseem
----- Original Message ----- From: "Dean Horak" <[email protected]> To: "NuPIC general mailing list." <[email protected]> Sent: Thursday, March 20, 2014 6:18:55 PM Subject: Re: [nupic-discuss] Building NuPIC in Ubuntu on VirtualBox Aseem, I just reinstalled on a fresh Ubuntu 13.10 VM instance and used your video as a guide. Everything went perfect except you need to add cmake to the list of packages in the sudo apt-get install command. Also, it's probably a good idea to add instructions to append the following commands to the .bashrc script so they get executed each time a terminal session is started. export NTA=${HOME}/nta/eng export NUPIC=${HOME}/nupic export BUILDDIR=/tmp/ntabuild export MK_JOBS=3 source ${NUPIC}/env.sh All in all though, a very nice job. Thanks, Dean On Thu, Mar 20, 2014 at 2:10 PM, Aseem Hegshetye < [email protected] > wrote: hi, https://www.youtube.com/watch?v=kwXHO8t8RrE this video will probably help u install nupic on ur VM ubuntu. it has a link to another video that has details about VM too. Aseem Hegshetye ----- Original Message ----- From: "Subutai Ahmad" < [email protected] > To: "NuPIC general mailing list." < [email protected] > Sent: Thursday, March 20, 2014 1:54:19 PM Subject: Re: [nupic-discuss] Building NuPIC in Ubuntu on VirtualBox Ideally this would be built into the cmake instructions - a new user shouldn't have to type this! --Subutai On Thu, Mar 20, 2014 at 8:19 AM, Austin Marshall < [email protected] > wrote: On my system (OS X Mavericks), I can run: cmake -DPYTHON_LIBRARY=`python -c "import sysconfig; print sysconfig.get_config_var('LIBDIR'),"`/libpython2.7.dylib $NUPIC which yields: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib for the Python lib. On Thu, Mar 20, 2014 at 2:51 AM, Pradeepto Bhattacharya < [email protected] > wrote: Hi Austin, On Wed, Mar 19, 2014 at 8:26 PM, Austin Marshall < [email protected] > wrote: This happens when there's a problem in linking the right version of python during build. If you know where libpython2.7.so is, you can explicitly specify the location by adding the following command-line argument to the call to cmake: -DPYTHON_LIBRARY=<path to libpython2.7.so > You may need to `apt-get install python-devel` or whatever the right ubuntu package is for the python development libs. What is the equivalent of that in OS X? Regards, Pradeepto -- Pradeepto Kumar Bhattacharya KDE e.V. Board of Director | Proud KDE Contributor The KDE Project : http://www.kde.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 _______________________________________________ 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 _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
