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
fukabori.fm 出張版: 売上高617億円と高稼働率を陰で支えた社内ツール開発のあれこれ話 / 20250704 Yoshimasa Iwase & Tomoo Morikawa
shift_evolve
PRO
2
7.8k
OPENLOGI Company Profile for engineer
hr01
1
34k
PO初心者が考えた ”POらしさ”
nb_rady
0
210
LangChain Interrupt & LangChain Ambassadors meetingレポート
os1ma
2
310
第4回Snowflake 金融ユーザー会 Snowflake summit recap
tamaoki
1
280
Tokyo_reInforce_2025_recap_iam_access_analyzer
hiashisan
0
190
無意味な開発生産性の議論から抜け出すための予兆検知とお金とAI
i35_267
4
13k
United Airlines Customer Service– Call 1-833-341-3142 Now!
airhelp
0
170
Lazy application authentication with Tailscale
bluehatbrit
0
210
Lufthansa ®️ USA Contact Numbers: Complete 2025 Support Guide
lufthanahelpsupport
0
200
SaaS型なのに自由度の高い本格CMSでサイト構築と運用のコスパ&タイパUP! MovableType.net の便利機能とユーザー事例のご紹介
masakah
0
110
Delegating the chores of authenticating users to Keycloak
ahus1
0
140
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Producing Creativity
orderedlist
PRO
346
40k
Designing for Performance
lara
610
69k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Agile that works and the tools we love
rasmusluckow
329
21k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Gamification - CAS2011
davidbonilla
81
5.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
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