Skip to content

Commit

Permalink
Removing pip upgrade from script
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Jun 23, 2023
1 parent e3ce447 commit d88cbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ install_python_dependencies() {
fi

# Updating pip if there is one
echo "Checking for pip updates before Python operations."
pip install --upgrade pip
# echo "Checking for pip updates before Python operations."
# pip install --upgrade pip

echo "Installing python dependencies. This could take a few minutes as it downloads files."
echo "If this operation ever runs too long, you can rerun this script in verbose mode to check."
Expand Down

0 comments on commit d88cbdc

Please sign in to comment.