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
530
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.5k
RL PyTexas 2017
chdoig
5
840
Anaconda Project and JupyterLab
chdoig
2
430
Anaconda Fusion
chdoig
0
640
GeoRodeo 2017 Anaconda
chdoig
0
2.7k
Anaconda Project
chdoig
1
370
Embracing Open Data Science in Your Organization
chdoig
0
530
Scaling DS in Python
chdoig
6
1.6k
Navigating the Data Science Python Ecosystem
chdoig
4
1k
Other Decks in Technology
See All in Technology
comilioとCloudflare、そして未来へと向けて
oliver_diary
6
450
ゼロからわかる!!AWSの構成図を書いてみようワークショップ 問題&解答解説 #デッカイギ #羽田デッカイギおつ
_mossann_t
0
1.5k
Building Scalable Backend Services with Firebase
wisdommatt
0
110
Git scrapingで始める継続的なデータ追跡 / Git Scraping
ohbarye
5
500
技術に触れたり、顔を出そう
maruto
1
150
あなたの知らないクラフトビールの世界
miura55
0
130
月間60万ユーザーを抱える 個人開発サービス「Walica」の 技術スタック変遷
miyachin
1
140
WantedlyでのKotlin Multiplatformの導入と課題 / Kotlin Multiplatform Implementation and Challenges at Wantedly
kubode
0
250
embedパッケージを深掘りする / Deep Dive into embed Package in Go
task4233
1
220
2024AWSで個人的にアツかったアップデート
nagisa53
1
110
Visual StudioとかIDE関連小ネタ話
kosmosebi
1
380
あなたの人生も変わるかも?AWS認定2つで始まったウソみたいな話
iwamot
3
860
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
113
50k
Being A Developer After 40
akosma
89
590k
Optimising Largest Contentful Paint
csswizardry
33
3k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Measuring & Analyzing Core Web Vitals
bluesmoon
5
210
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
YesSQL, Process and Tooling at Scale
rocio
170
14k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.1k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
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