Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created December 23, 2014 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhyolight/2b8b0dfa2248c3e50307 to your computer and use it in GitHub Desktop.
Save rhyolight/2b8b0dfa2248c3e50307 to your computer and use it in GitHub Desktop.
ubuntu nupic prep
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get -qq update
sudo apt-get -qq install g++-4.8
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip==1.5.6
sudo chown -R $USER $HOME/.local
pip install wheel --user
pip install nupic --use-wheel --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment