Skip to content

Commit

Permalink
julie test at home
Browse files Browse the repository at this point in the history
  • Loading branch information
jckras committed Oct 7, 2024
1 parent f3bddf2 commit 4091307
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ echo "Checking for virtual environment folder..."
if [ "$UNAME" = "Linux" ]; then
echo "Installing uv on Linux"
# Check if pip is installed
if ! command -v pip &> /dev/null; then
echo "'pip' not found. Installing pip..."
sudo apt-get update && sudo apt-get install -y python3-pip
# if ! command -v pip &> /dev/null; then
# echo "'pip' not found. Installing pip..."
# sudo apt-get update && sudo apt-get install -y python3-pip

fi
# fi
pip install uv
fi

Expand Down

0 comments on commit 4091307

Please sign in to comment.