Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
EP2015 Conda lightning
Search
Christine Doig
July 24, 2015
Technology
2
540
EP2015 Conda lightning
"Keep Calm and Conda Install" lightning talk
Christine Doig
July 24, 2015
Tweet
Share
More Decks by Christine Doig
See All by Christine Doig
PyCon Colombia 2018
chdoig
3
1.6k
RL PyTexas 2017
chdoig
5
860
Anaconda Project and JupyterLab
chdoig
2
450
Anaconda Fusion
chdoig
0
680
GeoRodeo 2017 Anaconda
chdoig
0
2.9k
Anaconda Project
chdoig
1
390
Embracing Open Data Science in Your Organization
chdoig
0
550
Scaling DS in Python
chdoig
6
1.7k
Navigating the Data Science Python Ecosystem
chdoig
4
1.1k
Other Decks in Technology
See All in Technology
改めてAWS WAFを振り返る~業務で使うためのポイント~
masakiokuda
2
260
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
american airlines®️ USA Contact Numbers: Complete 2025 Support Guide
supportflight
1
110
SaaS型なのに自由度の高い本格CMSでサイト構築と運用のコスパ&タイパUP! MovableType.net の便利機能とユーザー事例のご紹介
masakah
0
110
いつの間にか入れ替わってる!?新しいAWS Security Hubとは?
cmusudakeisuke
0
130
KubeCon + CloudNativeCon Japan 2025 Recap Opening & Choose Your Own Adventureシリーズまとめ
mmmatsuda
0
280
マネジメントって難しい、けどおもしろい / Management is tough, but fun! #em_findy
ar_tama
7
1.1k
タイミーのデータモデリング事例と今後のチャレンジ
ttccddtoki
6
2.4k
LangSmith×Webhook連携で実現するプロンプトドリブンCI/CD
sergicalsix
1
240
United airlines®️ USA Contact Numbers: Complete 2025 Support Guide
unitedflyhelp
0
310
Delta airlines®️ USA Contact Numbers: Complete 2025 Support Guide
airtravelguide
0
340
Delta airlines Customer®️ USA Contact Numbers: Complete 2025 Support Guide
deltahelp
0
710
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
54
13k
How to train your dragon (web standard)
notwaldorf
95
6.1k
Code Review Best Practice
trishagee
69
18k
It's Worth the Effort
3n
185
28k
Rails Girls Zürich Keynote
gr2m
95
14k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
Visualization
eitanlees
146
16k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Making Projects Easy
brettharned
116
6.3k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Transcript
None
CONDA PACKAGE AND ENVIRONMENT MANAGER LANGUAGE AGNOSTIC CROSS-PLATFORM
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
ANACONDA MINICONDA PYTHON CONDA PACKAGES PYTHON CONDA a bunch of
CONDA VS PIP(+VIRTUALENV) CONDA PIP Language agnostic Python packages handles
environments ! natively virtualenv installs binaries compiles from source general purpose ! envs python! envs
CONDA + PIP $ CONDA INSTALL PIP $ PIP INSTALL
FOO
ANACONDA.ORG ~GITHUB FOR BINARY PACKAGES CHANNELS
ENVIRONMENT.YML name: myenv channels: - chdoig - r - foo
dependecies: - python=2.7 - r - pandas - mongodb - spark=1.5 - pip - pip: - flask-migrate - bar
$ CONDA ENV CREATE $ SOURCE ACTIVATE MYENV CREATE AND
ACTIVATE
CONTINUUM.IO/BLOG/CONDA-DATA-SCIENCE CONDA.PYDATA.ORG
None