Explorar el Código

changed used anaconda environment

Dimitri Korsch hace 5 años
padre
commit
17d6437e9b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"