浏览代码

changed used anaconda environment

Dimitri Korsch 5 年之前
父节点
当前提交
17d6437e9b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/config.sh

+ 2 - 2
scripts/config.sh

@@ -1,4 +1,4 @@
-source /home/korsch/.anaconda3/etc/profile.d/conda.sh
-conda activate ${ENV:-chainer5}
+source ${HOME}/.miniconda3/etc/profile.d/conda.sh
+conda activate ${ENV:-chainer6}
 
 PYTHON="python" #-m cProfile -o profile"