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
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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.2k
Other Decks in Technology
See All in Technology
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
3
1.7k
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
5
1.1k
開発組織の課題解決を加速するための権限委譲 -する側、される側としての向き合い方-
daitasu
5
590
Scrumは歪む — 組織設計の原理原則
dashi
0
130
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
13
4.2k
Go標準パッケージのI/O処理をながめる
matumoto
0
150
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
320
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
200
NewSQL_ ストレージ分離と分散合意を用いたスケーラブルアーキテクチャ
hacomono
PRO
2
250
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
160
GitLab Duo Agent Platform + Local LLMサービングで幸せになりたい
jyoshise
0
290
非情報系研究者へ送る Transformer入門
rishiyama
11
7.2k
Featured
See All Featured
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.1k
Mind Mapping
helmedeiros
PRO
1
120
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
AI: The stuff that nobody shows you
jnunemaker
PRO
3
370
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
540
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
400
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