Arch Linux中安装Anaconda
安装步骤
- 通过AUR安装
yaourt -S anaconda - 激活Anaconda环境
source /opt/anaconda/bin/activate root - 关闭Anaconda环境
source /opt/anaconda/bin/deactivate root
yaourt -S anacondasource /opt/anaconda/bin/activate rootsource /opt/anaconda/bin/deactivate root