File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ pip install .
2828export PATH=/mnt/.local/bin:$PATH
2929cd -
3030
31- # ####check for cylc install plugin
32- # install/register cylc plugin
33- pip install .
34- cylc version --long
35- # exit 1
36- # #################################
31+ # ##### check for cylc install plugin
32+ # # install/register cylc plugin
33+ # pip install .
34+ # cylc version --long
35+ # # exit 1
36+ # ##################################
3737
3838get_user_input () {
3939 echo Please Enter Experiment Name:
@@ -116,6 +116,14 @@ fre_pp_steps () {
116116# echo -e "\nRunning fre pp validate, validating rose-suite/app config files ..."
117117# fre -vv pp validate -e ${expname} -p ${plat} -t ${targ}
118118# check_exit_status "VALIDATE"
119+ echo " I dont have to eb in the cylc src dir, do I?"
120+ # ####check for cylc install plugin
121+ # install/register cylc plugin
122+ pip install .
123+ cylc version --long
124+ # exit 1
125+ # #################################
126+ cd /mnt/cylc-src/${name}
119127
120128 # Install
121129 echo -e " \nRunning fre pp install, installing workflow in ${HOME} /cylc-run/${name} ..."
You can’t perform that action at this time.
0 commit comments