You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 get an error on my system that states that:
Would really appreciate any help soon.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: