change var name

This commit is contained in:
François Patron 2024-12-12 14:48:16 +01:00
parent d89b433b02
commit 1e3c3b8985

View File

@ -26,7 +26,7 @@ worker_path="$path_tig/tig-monorepo/target/release/tig-worker"
# Check if the Python virtual environment exists
if [ ! -d "$path_env" ]; then
echo "The virtual environment mon_env does not exist. Please create it before proceeding."
echo "The virtual environment venv does not exist. Please create it before proceeding."
echo "To create it, run:"
echo "python3 -m venv $path_env"
exit 1