Skip to content

Instantly share code, notes, and snippets.

@theevilhead
Created November 4, 2016 18:25
Show Gist options
  • Save theevilhead/2b1f20e99d8075eaf66f8ed673660190 to your computer and use it in GitHub Desktop.
Save theevilhead/2b1f20e99d8075eaf66f8ed673660190 to your computer and use it in GitHub Desktop.
#smooth way to install scikit learn on python 2.6
# Install miniconda from http://conda.pydata.org/miniconda.html
# Now run the script
bash ./location-pf-the-script.sh
#It will install mini conda
# Now run
conda install numpy
conda install scipy
conda install scikit-learn
#you are good to go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment