Skip to content

Commit

Permalink
Update pip and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 31, 2019
1 parent c2c327f commit 85b8433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update_2.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ else
sudo python3 -m pip --proxy $HTTP_PROXY install -U -r requirements.txt
fi

sudo python3 -m pip install -U pip setuptools
sudo python3 setup.py install

echo "Reboot in 5s"
Expand Down
1 change: 1 addition & 0 deletions scripts/update_2.1dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ else
sudo python3 -m pip --proxy $HTTP_PROXY install -U -r requirements.txt
fi

sudo python3 -m pip install -U pip setuptools
sudo python3 setup.py install

echo "Reboot in 5s"
Expand Down

0 comments on commit 85b8433

Please sign in to comment.