Skip to content

Commit

Permalink
Revert #527 because OctoPrint 1.3.9 is released Related to #526
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Jan 27, 2019
1 parent 66de5fc commit 70f71c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/octopi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ pushd /home/pi
#build virtualenv
sudo -u pi virtualenv oprint

# first lets upgrade pip (the shipped version is way too old...)
# issue #526 - pin pip to 9.0.3 until OctoPrint 1.3.9 is released
sudo -u pi /home/pi/oprint/bin/pip install pip==9.0.3
sudo -u pi /home/pi/oprint/bin/pip install --upgrade pip

# OctoPrint & pyserial
if [ "$OCTOPI_INCLUDE_OCTOPRINT" == "yes" ]
Expand Down

0 comments on commit 70f71c1

Please sign in to comment.