Skip to content

Commit 80ddf3c

Browse files
committed
install for python3 too. i2c_mutex requires it as the end user may be using python3
1 parent 685e51f commit 80ddf3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install_script_tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ fi
5050
cd $PIHOME/$DEXTER/$LIB/$DEXTER/$SCRIPT
5151
sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev -y
5252
python setup.py install
53+
python3 setup.py install
5354

5455
popd > /dev/null

0 commit comments

Comments
 (0)