Upgrade to Pro — share decks privately, control downloads, hide ads and more …

EP2015 Conda lightning

EP2015 Conda lightning

"Keep Calm and Conda Install" lightning talk

Christine Doig

July 24, 2015
Tweet

More Decks by Christine Doig

Other Decks in Technology

Transcript

  1. CO NDA INSTALL PYTHO N=3.4 M O NG O DB

    PYTHO N=2.7 R SPARK NUTCH R-M ATRIX PANDAS NUM PY FLASK NO DE
  2. CONDA VS PIP(+VIRTUALENV) CONDA PIP Language agnostic Python packages handles

    environments ! natively virtualenv installs binaries compiles from source general purpose ! envs python! envs
  3. ENVIRONMENT.YML name: myenv channels: - chdoig - r - foo

    dependecies: - python=2.7 - r - pandas - mongodb - spark=1.5 - pip - pip: - flask-migrate - bar