Skip to content

Commit

Permalink
Hotfix/broken update mutex (#173)
Browse files Browse the repository at this point in the history
* remove old libraries

* Use pip instead of brute force
  • Loading branch information
CleoQc authored Apr 26, 2018
1 parent d60e098 commit 4fe818f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ fi
echo ""

# remove old libraries, otherwise Mutex is taken from there instead
sudo rm /usr/local/lib/python2.7/dist-packages/gopigo3*.egg
sudo rm /usr/local/lib/python3.4/dist-packages/gopigo3*.egg
sudo pip uninstall gopigo3 -y
sudo pip3 uninstall gopigo3 -y
cd $REPO_PATH/Software/Python/
python setup.py install --force
python3 setup.py install --force
Expand Down

0 comments on commit 4fe818f

Please sign in to comment.