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 18:07] – [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 ===== 
- 
-[[https://www.pugetsystems.com/labs/hpc/Install-TensorFlow-with-GPU-Support-the-Easy-Way-on-Ubuntu-18-04-without-installing-CUDA-1170/|reference]] 
- 
-Create virtual env 
-<code> 
-conda create --name tensorflow 
-</code> 
- 
-List virtual environments 
-<code> 
-conda env list 
-</code> 
- 
-Activation 
-<code> 
-source activate tensorflow 
-</code> 
- 
-Install tensorflow-gpu 
-<code> 
-conda install tensorflow-gpu 
-</code> 
- 
-List packages 
-<code> 
-conda list -n tensorflow 
-</code> 
- 
-Jupyter kernel 
-<code> 
-conda install ipykernel 
-python -m ipykernel install --user --name tf-gpu --display-name "TensorFlow-GPU" 
-<code> 
  • tips/anaconda.1532621272.txt.gz
  • Last modified: 2018/07/26 18:07
  • by scipio