Skip to content

Commit

Permalink
Fix: Replace 'conda deactivate' with 'deactivate'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasux committed Jan 28, 2025
1 parent f3a2825 commit ed9edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ if [ ! -d "$REPO_DIR/$S2V_DIR" ]; then
fi

# Deactivate virtual environment after completion
conda deactivate
deactivate

0 comments on commit ed9edef

Please sign in to comment.