Skip to content

Commit

Permalink
Fix: Replace 'source deactivate' with 'conda deactivate'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasux committed Jan 27, 2025
1 parent 21c07b2 commit f3a2825
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
source deactivate
conda deactivate

0 comments on commit f3a2825

Please sign in to comment.