Skip to content

Instantly share code, notes, and snippets.

@schalekamp
Forked from grapeot/install_numba.sh
Last active August 29, 2015 14:03
Show Gist options
  • Save schalekamp/d9560d892c4b5d7459f1 to your computer and use it in GitHub Desktop.
Save schalekamp/d9560d892c4b5d7459f1 to your computer and use it in GitHub Desktop.
#make sure llvm-3.3 is installed! + numba requirements
sudo apt-get install llvm cython python-pip llvm-3.3
sudo LLVM_CONFIG_PATH=/usr/lib/llvm-3.3/bin/llvm-config pip install llvmpy
sudo pip install numba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment