anaconda spin-up

不知道17+2大以后清華的鏡像能不能繼續(xù)用,反正我的conda配置就這樣了,側(cè)重于氣象數(shù)據(jù)分析:

# 添加Anaconda的TUNA鏡像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ 
conda config --add channels  https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --set show_channel_urls yes


############# nightly ################
#https://anaconda.org/uvcdat/uvcdat
conda create -n uvcdat-2.10 -c conda-forge -c uvcdat/label/v2.10 uvcdat
source activate uvcdat-2.10

conda install -c scitools iris iris_sample_data cartopy
pip install eofs

conda install -c conda-forge jupyter_contrib_nbextensions
git clone git://github.com/minrk/nbextension-scratchpad
jupyter nbextension install nbextension-scratchpad --user
pip install jupyterthemes
jt -t monokai -T -fs 10 -nfs 9 -tfs 11

git clone https://github.com/hhuangmeso/nclcmaps.git
cd nclcmaps
python setup.py install

git clone https://github.com/mvds314/factor_rotation
cd factor_rotation
python setup.py install

############# ncl_stable ################
conda create -n ncl_stable 
conda install -c conda-forge ncl=6.4.0 cdo nco

############# play around ################
conda create -n play --clone root
source activate play
conda install anaconda 

conda install -c conda-forge emacs tmux

############# tensorflow ################
conda create -n torch python=2.7
source activate torch
conda install -c conda-forge tensorflow
conda install pytorch torchvision -c soumith
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容