Skip to content

Commit 707a8a1

Browse files
authored
Fix Mutex update (#303)
1 parent 178e4af commit 707a8a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Setup/install.sh

+5
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ sudo cp -R $ROBOT_DIR/Firmware/SoftwareServo/ /usr/share/arduino/libraries/
274274
sudo chmod +x gopigo
275275
sudo cp gopigo /usr/bin
276276

277+
278+
# remove old libraries, as Mutex is being searched in here instead of
279+
# the proper place
280+
sudo pip uninstall gopigo -y
281+
sudo pip3 uninstall gopigo -y
277282
cd $ROBOT_DIR/Software/Python
278283
python setup.py install --force
279284
python3 setup.py install --force

0 commit comments

Comments
 (0)