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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Christine Doig
July 24, 2015
Technology
2
570
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.8k
RL PyTexas 2017
chdoig
5
890
Anaconda Project and JupyterLab
chdoig
2
500
Anaconda Fusion
chdoig
0
740
GeoRodeo 2017 Anaconda
chdoig
0
3.3k
Anaconda Project
chdoig
1
420
Embracing Open Data Science in Your Organization
chdoig
0
580
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
AI Agentにおける評価指標とAgent GPA
tsho
1
260
LLM活用の壁を超える:リクルートR&Dの戦略と打ち手
recruitengineers
PRO
1
180
ローカルでLLMを使ってみよう
kosmosebi
0
210
Vertex AI Agent Engine で学ぶ「記憶」の設計
tkikuchi
0
120
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
150
どこで打鍵するのが良い? IaCの実行基盤選定について
nrinetcom
PRO
2
110
作るべきものと向き合う - ecspresso 8年間の開発史から学ぶ技術選定 / 技術選定con findy 2026
fujiwara3
6
1.7k
インシデント対応入門
grimoh
7
5.7k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
14k
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
71k
AI活用を"目的"にしたら、データの本質が見えてきた - Snowflake Intelligence実験記 / chasing-ai-finding-data
pei0804
0
860
Featured
See All Featured
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.1k
It's Worth the Effort
3n
188
29k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
140
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
How to Talk to Developers About Accessibility
jct
2
140
Crafting Experiences
bethany
1
74
Facilitating Awesome Meetings
lara
57
6.8k
Bash Introduction
62gerente
615
210k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
We Are The Robots
honzajavorek
0
190
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
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