Browse Source

changed used anaconda environment

Dimitri Korsch 5 năm trước cách đây
mục cha
commit
17d6437e9b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"