Skip to content

Commit

Permalink
remove old libraries (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoQc authored Apr 20, 2018
1 parent 958d4d9 commit d60e098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ else
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
cd $REPO_PATH/Software/Python/
python setup.py install --force
python3 setup.py install --force
Expand Down

0 comments on commit d60e098

Please sign in to comment.