Skip to content

Commit 70f71c1

Browse files
committed
Revert #527 because OctoPrint 1.3.9 is released Related to #526
1 parent 66de5fc commit 70f71c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/modules/octopi/start_chroot_script

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ pushd /home/pi
3535
#build virtualenv
3636
sudo -u pi virtualenv oprint
3737

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

4240
# OctoPrint & pyserial
4341
if [ "$OCTOPI_INCLUDE_OCTOPRINT" == "yes" ]

0 commit comments

Comments
 (0)