Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. - wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
  2. - bash miniconda.sh -b -p $HOME/miniconda
  3. - export PATH="$HOME/miniconda/bin:$PATH"
  4. - hash -r
  5. - conda config --set always_yes yes --set changeps1 no
  6. - conda update -q conda
  7. # Useful for debugging any issues with conda
  8. - conda info -a
  9. - conda install numpy
  10. - conda install scipy
  11. - conda install -c https://conda.binstar.org/menpo opencv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement