I'm trying to run the baseline scripts as suggested in your INSTALL.md file. When running the following code at step 1:
cd install ./install.sh
I have changed the following lines of code to point to my local directory:
#!/usr/bin/env bash
#full_path=$(realpath $0)
CLARITY_ROOT=$(/Users/adwayk/Documents/GitHub/clarity_CC/clarity_CPC1/install) # up one level from install script
echo $CLARITY_ROOT
I'm trying to run the baseline scripts as suggested in your INSTALL.md file. When running the following code at step 1:
cd install ./install.sh
I have changed the following lines of code to point to my local directory:
I get an error on my system that states that:
Would really appreciate any help soon.