|
@@ -1,5 +1,5 @@
|
|
|
-source /home/korsch/.anaconda3/etc/profile.d/conda.sh
|
|
|
|
|
-conda activate chainer4
|
|
|
|
|
|
|
+source ${HOME}/.miniconda3/etc/profile.d/conda.sh
|
|
|
|
|
+conda activate ${CONDA_ENV:-chainer6}
|
|
|
|
|
|
|
|
if [[ $GDB == "1" ]]; then
|
|
if [[ $GDB == "1" ]]; then
|
|
|
PYTHON="gdb -ex run --args python"
|
|
PYTHON="gdb -ex run --args python"
|