tips:anaconda

This is an old revision of the document!


Anaconda

Download from here

bash Anaconda3-5.1.0-Linux-x86_64.sh

For zsh integration edit .zshrc

export PATH="/opt/anaconda3/bin:$PATH"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(anaconda virtualenv dir vcs)
conda update conda
conda update anaconda
conda update python
conda update --all

Create virtual env

conda create --name tensorflow

List virtual environments

conda env list

Activation

source activate tensorflow
  • tips/anaconda.1532619353.txt.gz
  • Last modified: 2018/07/26 17:35
  • by scipio