tips:anaconda

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:anaconda [2018/07/26 17:35] – [Tensorflow GPU] scipiotips:anaconda [2022/11/04 08:21] (current) – removed sscipioni
Line 1: Line 1:
-====== Anaconda ====== 
- 
-===== Install ===== 
- 
-Download from [[https://www.anaconda.com/download/#download|here]] 
- 
-<code> 
-bash Anaconda3-5.1.0-Linux-x86_64.sh 
-</code> 
- 
-For zsh integration edit .zshrc 
-<code> 
-export PATH="/opt/anaconda3/bin:$PATH" 
-POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(anaconda virtualenv dir vcs) 
-</code> 
-===== Update ===== 
- 
-<code> 
-conda update conda 
-conda update anaconda 
-conda update python 
-conda update --all 
-</code> 
- 
-===== Tensorflow GPU ===== 
- 
-Create virtual env 
-<code> 
-conda create --name tensorflow 
-</code> 
- 
-List virtual environments 
-<code> 
-conda env list 
-</code> 
- 
-Activation 
-<code> 
-source activate tensorflow 
-</code> 
  
  • tips/anaconda.1532619353.txt.gz
  • Last modified: 2018/07/26 17:35
  • by scipio