ev3dev-lang-python
ev3dev-lang-python copied to clipboard
Installing dev build via Makefile installs to different location
It appears that the Makefile puts the module in /usr/local/lib/python3.5/dist-packages/ while the real package puts it in /usr/lib/python3/dist-packages/, making it impossible to revert the change by reinstalling the real package. Not immediately sure how setup.py works so I'm leaving this for later.