added script to create symlinks

This commit is contained in:
2019-11-06 09:25:38 +01:00
parent f09417979b
commit 2a2dfa5c3a
3 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ dest=${1:-$default}
echo Loading Bernina Anaconda Python
source /sf/bernina/bin/anaconda_bernina_env
conda config --add envs_dirs /sf/bernina/anaconda/bernina_envs
echo Activating Conda environment ${1:-$dest}
conda activate ${1:-$dest}
#source activate $dest

0
anaconda_env.bak Normal file → Executable file
View File

8
create_data_symlinks Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
cd
ln -s /sf/bernina/data bernina_data
ln -s /sf/bernina/config/exp bernina_exp