Skip to content

Commit

Permalink
Updated conda check in the livecycle script
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Mar 15, 2024
1 parent 04b386a commit 4ba226d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ fi


print_header "$COMMAND the vantage6-node"
print_step "Checking if conda is installed"
if ! check_command "conda"; then
print_error "Did you run the installation script? Exiting..."
exit 1
fi
# print_step "Checking if conda is installed"
# if ! check_command "conda"; then
# print_error "Did you run the installation script? Exiting..."
# exit 1
# fi

print_step "Checking if the vantage6 environment exists"
if ! check_env "vantage6"; then
print_error "Did you run the installation script? Exiting..."
exit 1
fi
# print_step "Checking if the vantage6 environment exists"
# if ! check_env "vantage6"; then
# print_error "Did you run the installation script? Exiting..."
# exit 1
# fi

print_step "Activating the vantage6 environment"
source $HOME/miniconda/bin/activate vantage6
Expand Down

0 comments on commit 4ba226d

Please sign in to comment.